Search found 16600 matches: fivewin

Return to advanced search

Re: Get simulando una espera en segundos

... el de los resultados. Realmente va como un avion. La potencia de OrdWildSeek() es impresionante Ya puedes ver que yo no encontré nada nativo de fivewin y usé como tu la tecnica del timer Salu2
by paquitohm
Mon May 06, 2024 2:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Get simulando una espera en segundos
Replies: 5
Views: 176

Get simulando una espera en segundos

... capturas de datos de las búsquedas en muchos formularios web. He montado este código que me funciona bien para lo que quiero hacer, pero no sé si Fivewin ya lleva algo que lo hace. En el caso de que ya lo lleve la propia librería, para utilizarlo nativamente y no reinventar la rueda. #include ...
by VictorCasajuana
Mon May 06, 2024 11:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Get simulando una espera en segundos
Replies: 5
Views: 176

Re: Crear Archivo Json y Enviarlo vía POST

Que libereias tengo que enlazar con XHARBOUR y FiveWin for xHarbour 64 parar incluir estos funciones? Error: Unresolved external '_HB_FUN_HB_BASE64ENCODE' referenced from C:\FIVEWIN21\FWH\SAMPLES\APP1API.OBJ Error: Unresolved external '_HB_FUN_HB_JSONENCODE' ...
by PAUL SIMM
Sun May 05, 2024 10:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Archivo Json y Enviarlo vía POST
Replies: 19
Views: 2418

Re: Crear Archivo Json y Enviarlo vía POST

Que libereias tengo que enlazar con XHARBOUR y FiveWin for xHarbour 64 parar incluir estos funciones? Error: Unresolved external '_HB_FUN_HB_BASE64ENCODE' referenced from C:\FIVEWIN21\FWH\SAMPLES\APP1API.OBJ Error: Unresolved external '_HB_FUN_HB_JSONENCODE' ...
by PAUL SIMM
Sun May 05, 2024 10:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Archivo Json y Enviarlo vía POST
Replies: 19
Views: 2418

Re: Filter on Xbrowse

Hello Mark, The program also works with WEBVIEW2, directly as a FIVEWIN-EXE. Here you have a source. This is just a quick test with a dummy JSON. Normally the JSON would come from the server. However, I would prefer to do the example with mod harbour because ...
by Otto
Sat May 04, 2024 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 703

Dynamic Table Filter Control

... Best regards, Otto // Please install https://developer.microsoft.com/en-us/m ... /webview2/ x86 version before using it #include "FiveWin.ch" function Main() local oWebView := TWebView():New() oWebView:SetHtml( Html() ) oWebView:SetTitle( "Please identify with your credentials" ...
by Otto
Fri May 03, 2024 4:42 pm
 
Forum: mod_harbour
Topic: Dynamic Table Filter Control
Replies: 0
Views: 198

Re: Filter on Xbrowse

Silvio, Consider this approuch : From any Xbrowse I call the filter option from the buttonbar (Set Filter) : https://www.maveco.be/fivewin/filter1.png In admin modus I can build any filter from insite the xbrowse : https://www.maveco.be/fivewin/filter2.png In user ...
by Marc Venken
Thu May 02, 2024 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 703

Re: Generación archivos PDF

FiveWin for xHarbour 23.07
---------------------------

//
Do while !eof()

cPdfFile := m->xpath+"\PDF\"+strzero(99->cliente,6)+".pdf"
PRINTER oprn FILE cPdfFile
.
.
.

sele 99
skip
enddo
by pedroluis
Tue Apr 30, 2024 6:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Generación archivos PDF
Replies: 17
Views: 346

Re: Generación archivos PDF

Pedro, debes mostrar cómo estás generando estos .PDF. Y la versión de FIVEWIN que estás usando.

Regards, saludos.
by karinha
Tue Apr 30, 2024 6:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Generación archivos PDF
Replies: 17
Views: 346

Re: Silvo .. changes to your xMate environment

karinha wrote:Enrico, it NEVER worked. Please modify FiveWin's BUILDX.BAT and post here for testing.
Super grateful.


Which error do you get?
by Enrico Maria Giordano
Tue Apr 30, 2024 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. changes to your xMate environment
Replies: 26
Views: 344

Re: Silvo .. changes to your xMate environment

Enrico, it NEVER worked. Please modify FiveWin's BUILDX.BAT and post here for testing.
Super grateful.

Enrico, NUNCA funcionó. Modifique BUILDX.BAT de FiveWin y publíquelo aquí para realizar pruebas.
Súper agradecido.

Tks.

Regards, saludos.
by karinha
Tue Apr 30, 2024 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. changes to your xMate environment
Replies: 26
Views: 344

Re: 2404 Fivewin.ch error -- Antonio

The problem is these two lines in fivewin.ch:

Code: Select all  Expand view
static aFwStack      := {}
static _fwhtmp_      := nil


An include file would never contain variables or functions definitions.
by Enrico Maria Giordano
Tue Apr 30, 2024 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2404 Fivewin.ch error -- Antonio
Replies: 7
Views: 206

Re: 2404 Fivewin.ch error -- Antonio

Impressive ! :roll:
by paquitohm
Mon Apr 29, 2024 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2404 Fivewin.ch error -- Antonio
Replies: 7
Views: 206

Re: 2404 Fivewin.ch error -- Antonio

Antonio Fixed by moving #INCLUDE "FIVEWIN.CH" to the top of the program .. old code .. sorry to bother you ... // LOGIN.PRG#INCLUDE "FIVEWIN.CH"   // moved to top of program ...FUNC _LOGIN( cAUTH, oDLG, oSAY, cSAY ...
by Rick Lipkin
Mon Apr 29, 2024 6:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2404 Fivewin.ch error -- Antonio
Replies: 7
Views: 206

Re: 2404 Fivewin.ch error -- Antonio

Smiles

I am sorry ... I do not understand ??

Rick
by Rick Lipkin
Mon Apr 29, 2024 6:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2404 Fivewin.ch error -- Antonio
Replies: 7
Views: 206
PreviousNext

Return to advanced search