Search found 7932 matches: samples

Return to advanced search

Re: incremental search on Xbrowse

Mauri

Have a look at the samples AdoRick.prg .... sample uses ado but I think you may be able to modify to use dbfcdx ..

Rick Lipkin
by Rick Lipkin
Mon Mar 25, 2024 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 278

Re: Compiling with new harbour_bcc770_32_20240309

... with uuid.lib sometimes Not sure why it happens, but it happens sometimes. FWH 24.02 buildh.bat is working fine using it. Please review FWH 24.02 samples\buildh.bat to see how we use it. from build.bat I saw echo %bcdir%\lib\c0w32.obj + > b32.bc echo %1.obj, + >> b32.bc echo %1.exe, + ...
by Silvio.Falconi
Wed Mar 20, 2024 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 377

Re: Compiling with new harbour_bcc770_32_20240309

Silvio,

When we started using bcc 7.70 we also noticed those strange behaviors with uuid.lib sometimes

Not sure why it happens, but it happens sometimes. FWH 24.02 buildh.bat is working fine using it.
Please review FWH 24.02 samples\buildh.bat to see how we use it.
by Antonio Linares
Wed Mar 20, 2024 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 377

Re: Modify the title font of a MdiChild window

Dear Ari,

Please review samples\skin3.prg
by Antonio Linares
Fri Mar 15, 2024 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modify the title font of a MdiChild window
Replies: 4
Views: 162

Re: Pasando a FWH24.02+Harbour+BCC77

... igual que tu, hemos optado por mantenerlo en la carpeta c:\bcc7 para evitar al máximo el tener que modificar paths, etc Si vas a la carpeta c:\FWH\samples y haces buildh.bat tutor01 aqui funciona bien y construye correctamente el EXE. Te ruego que lo compruebes con la versión de buildh.bat que ...
by Antonio Linares
Wed Mar 13, 2024 4:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasando a FWH24.02+Harbour+BCC77
Replies: 12
Views: 362

Re: FWH 24.02 new Class TWebView2

... pruebas con la nueva clase TWebView2, primero, excelente que ahora ya no se necesitan las dll's Segundo, haciendo pruebas con el ejemplo "\samples\webviewlogin.prg", el metodo "Bind()" no lo tiene definido la clase TWebView2(), por lo que la puse en comentarios y funcionó ...
by csincuir
Wed Mar 13, 2024 2:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 543

Re: New FWH 24.02

Please check with FWH samples\buildx.bat.
by Enrico Maria Giordano
Tue Mar 12, 2024 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.02
Replies: 33
Views: 878

Re: Leer de un .RES (datos de version) incrustado en un .EXE

Estimado Enrique,

Revisa FWH\samples\filever.prg
by Antonio Linares
Tue Mar 12, 2024 5:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Leer de un .RES (datos de version) incrustado en un .EXE
Replies: 3
Views: 117

Re: WebView resize

Dear Antonio,
Here is my test:

https://mybergland.com/fwforum/wv_samples.zip

If you resize the dialog and then press cancel it errors out.


Best regards,
Otto
by Otto
Fri Mar 08, 2024 9:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 313

Re: Bug FWH2402 - Botones

Here it is working fine using Borland and MSVC 32 an 64

Same screenshots as posted here

Puedes probarlo usando FWH\samples:

buildh.bat botones
buildh32.bat botones
buildh64.bat botones
by Antonio Linares
Wed Mar 06, 2024 5:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug FWH2402 - Botones
Replies: 13
Views: 489

Re: FWH 24.02 y Harbour con BCC7.7 y Select()

// FWH/SAMPLES\SELECT.PRG #include "FiveWin.ch"FUNCTION Main()   LOCAL nLastArea, cAlias   USE Customer NEW   GO TOP   SELECT Customer   nLastArea := SELECT()   cAlias := ALIAS()   IF SELECT( ...
by FiveWiDi
Tue Mar 05, 2024 9:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 y Harbour con BCC7.7 y Select()
Replies: 19
Views: 398

Re: eval an action - resolved

Resolved with

local cAction:= aImg[5 ]
local bClick := &( "{|| " + cAction + "}" )

saw on fwh\samples\barsetup.prg
by Silvio.Falconi
Tue Mar 05, 2024 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: eval an action - Resolved!!
Replies: 2
Views: 131

Re: Nuevo FWH 24.02

... es la descarga de bbc770 o en donde se puede descargar en la pagina de embarcadero que no encontramos en donde hacerlo. * Nuevo: Nuevo ejemplo samples\webview\sidebar.prg. Muestra como usar la clase TWebView de una manera más simple y más parecida a la sintaxis de FWH. Por otro lado el ejemplo ...
by leandro
Tue Mar 05, 2024 3:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 24.02
Replies: 8
Views: 383

Re: FWH 24.02 y Harbour con BCC7.7 y Select()

// FWH/SAMPLES\SELECT.PRG #include "FiveWin.ch"FUNCTION Main()   LOCAL nLastArea, cAlias   USE Customer NEW   GO TOP   SELECT Customer   nLastArea := SELECT()  ...
by karinha
Tue Mar 05, 2024 1:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 y Harbour con BCC7.7 y Select()
Replies: 19
Views: 398
Next

Return to advanced search