Search found 3154 matches: lines

Searched query: lines

by karinha
Wed Feb 19, 2025 2:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse multisel
Replies: 6
Views: 531

Re: xbrowse multisel

... lHelpIcon := .F.

@ 10, 10 XBROWSE oBrw SIZE - 10, - 10 PIXEL OF oDlg ;
DATASOURCE "CUST" ;
COLUMNS "FIRST", "CITY", "AGE", "SALARY" ;
CELL LINES NOBORDER

WITH OBJECT oBrw:InsCol( 1 )

:bEditValue := {|| AScan( oBrw:aSelected, oBrw:BookMark ) > 0 }
:SetCheck()
:nHeadBmpNo := {|| If( Len ...
by servicomver
Fri Feb 14, 2025 7:09 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda para compiar
Replies: 0
Views: 129

Ayuda para compiar

... b32.bc
echo %hdirl%\hbcurl.lib + >> b32.bc
echo %hdirl%\libcurl.lib + >> b32.bc
echo %hdirl%\hbtip.lib + >> b32.bc

rem Uncomment these two lines to use Advantage RDD
rem echo %hdirl%\rddads.lib + >> b32.bc
rem echo %hdirl%\Ace32.lib + >> b32.bc

echo %fwh%\lib\dolphin.lib + >> b32.bc
rem ...
by wilsongamboa
Tue Feb 11, 2025 7:49 pm
Forum: FiveWin para Harbour/xHarbour
Topic: curl en harbour 64 bits ultima version
Replies: 7
Views: 628

Re: curl en harbour 64 bits ultima version

... errors
C:\wilson\ia>hbmk2 deepseek
Harbour 3.2.0dev (r2502031126)
Copyright (c) 1999-2024, https://harbour.github.io/
Compiling 'deepseek.prg'...
Lines 1583, Functions/Procedures 12
Generating C source output to 'C:\Users\WilsonG\AppData\Local\Temp\hbmk_2ons6a.dir\deepseek.c'... Done.
deepseek.c ...
by leandro
Tue Feb 11, 2025 6:48 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Ajustar tamaño caja toast
Replies: 7
Views: 1925

Re: Ajustar tamaño caja toast

... org/
Compiling 'leandro16.prg' and generating preprocessed output to 'leandro16.ppo'...
Generating C source output to 'leandro16.c'...
Done.
Lines 41, Functions/Procedures 2, pCodes 192
Embarcadero C++ 7.70 for Win64 Copyright (c) 2012-2023 Embarcadero Technologies, Inc.
leandro16.c:
Turbo ...
by wilsongamboa
Tue Feb 11, 2025 4:06 pm
Forum: FiveWin para Harbour/xHarbour
Topic: curl en harbour 64 bits ultima version
Replies: 7
Views: 628

Re: curl en harbour 64 bits ultima version

... ia>hbmk2 deepseek.prg hbcurl.hbc
Harbour 3.2.0dev (r2502031126)
Copyright (c) 1999-2024, https://harbour.github.io/
Compiling 'deepseek.prg'...
Lines 1583, Functions/Procedures 11
Generating C source output to 'C:\Users\WilsonG\AppData\Local\Temp\hbmk_g1nowz.dir\deepseek.c'... Done.
deepseek.c ...
by leandro
Mon Feb 10, 2025 9:17 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Ajustar tamaño caja toast
Replies: 7
Views: 1925

Re: Ajustar tamaño caja toast

... org/
Compiling 'leandro16.prg' and generating preprocessed output to 'leandro16.ppo'...
Generating C source output to 'leandro16.c'...
Done.
Lines 58, Functions/Procedures 1, pCodes 159
Embarcadero C++ 7.70 for Win64 Copyright (c) 2012-2023 Embarcadero Technologies, Inc.
leandro16.c:
Turbo ...
by Julio Cepeda
Fri Feb 07, 2025 5:34 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Veri*Factu
Replies: 22
Views: 3403

Re: Veri*Factu

... incluyendo los ficheros de cabecera que tienen como "include" y no me encuentra unas funciones.
***********************************************
Lines 6139, Functions/Procedures 4
Generating C source output to 'MainYFun.c'... Done.
Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero ...
by nageswaragunupudi
Wed Jan 29, 2025 11:39 pm
Forum: FiveWin para Harbour/xHarbour
Topic: dialogo resizable desde recursos?
Replies: 14
Views: 31279

Re: dialogo resizable desde recursos?

... oDlg:Cargo := { oDlg:nWidth, oDlg:nHeight, oDlg:oFont:nHeight }
for each oCtrl in oDlg:aControls
WITH OBJECT oCtrl
:Cargo := { :nTop, :nLeft, :nWidth, :nHeight, :oFont:nHeight }
END
next

return nil

Please change :oFont:nHeight as :oFont:nInpHeight in both the lines and test again please.
by Otto
Sat Jan 25, 2025 6:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio... FiveTouch posts are gone?
Replies: 15
Views: 36025

Re: Antonio... FiveTouch posts are gone?

... Cyan

# Vergleich der Größen
$sizeRatio = [math]::Round(($indexSize / $originalSize) * 100, 2)
Write-Host "Indexgröße als Prozentsatz der Originaldateien: $sizeRatio%" -ForegroundColor Cyan



This takes hours to build the index!
But CRUD functions for index lines works fast.
Best regards,
Otto
by Antonio Linares
Fri Jan 24, 2025 10:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 5214

Re: Using new Class TDeepSeek for documenting

... to go down.

nKey: NUMERIC - Key code.

Return Value: None

Usage Example: (Internal use only - method version for codeblock usage)

279. PageUp( nLines )

Description: Accessor for PageUp (same as DATA member, method version for codeblock usage).

Parameters:

nLines: NUMERIC - Number of lines to ...
by Antonio Linares
Fri Jan 24, 2025 10:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 5214

Re: Using new Class TDeepSeek for documenting

... position.

nLeft: NUMERIC - Left position.

nRight: NUMERIC - Right position.

nStyle: NUMERIC - Line style.

hRowPen: OBJECT - Pen handle for row lines.

hWhitePen: OBJECT - Pen handle for white color.

Return Value: None

Usage Example: (Internal use only)

189. PaintVDivider( hDC, nCol, nTop ...
by leandro
Thu Jan 23, 2025 1:32 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con xharbour y msvc con hbmk2
Replies: 27
Views: 2844

Re: Compilar con xharbour y msvc con hbmk2

... org http://www.harbour-project.org/
Compiling '.\PRG\Hl_menu.prg'...
.\PRG\Hl_menu.prg(1524) Error E0032 Can't create output file: 'obj\Hl_menu.c'
Lines 1525, Functions/Procedures 15, pCodes 0
hbmk2[xhl_cnt_64]: Error: Running Harbour compiler. 1
C:\xHar_msvc_2409\bin\harbour.exe -n .\PRG\Hl_menu ...
by leandro
Tue Jan 21, 2025 6:34 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con xharbour y msvc con hbmk2
Replies: 27
Views: 2844

Re: Compilar con xharbour y msvc con hbmk2

... 2024, http://www.xharbour.org http://www.harbour-project.org/
Compiling '.\PRG\test.prg'...
Generating C source output to 'obj\test.c'...
Done.
Lines 6, Functions/Procedures 1, pCodes 16
test.c
hbmk2: Linking... pruebas.exe
Fivehx64.lib(twebview2.obj) : error LNK2001: s¡mbolo externo HB_FUN ...
by leandro
Tue Jan 21, 2025 3:40 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con xharbour y msvc con hbmk2
Replies: 27
Views: 2844

Re: Compilar con xharbour y msvc con hbmk2

... 2024, http://www.xharbour.org http://www.harbour-project.org/
Compiling '.\PRG\test.prg'...
Generating C source output to 'obj\test.c'...
Done.
Lines 6, Functions/Procedures 2, pCodes 19
test.c
hbmk2: Linking... pruebas.exe
LINK : warning LNK4044: opci¢n '/aa' no reconocida; omitida
LINK ...
by leandro
Sat Jan 18, 2025 1:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: Build your FWH app using hbmk2.exe and MSVC 32&64
Replies: 33
Views: 34608

Re: Build your FWH app using hbmk2.exe and MSVC 32&64

... Environment initialized for: 'x64'
Harbour 3.2.0dev (r2407221137)
Copyright (c) 1999-2021, https://harbour.github.io/
Compiling '.\PRG\test.prg'...
Lines 5054, Functions/Procedures 3
Generating C source output to 'C:\Users\leandro\AppData\Local\Temp\65\hbmk_8ukx4k.dir\test.c'... Done.
Microsoft (R ...