Hola Leandro,
Se me ocurre que conviertas a un Hash el recordset
algo así, esta hecho al vuelo no se si funciona.
cBusqueda:="ll_consec="+alltrim(cFcEn)
hhash :={ => }
oRs:MoveFirst() /// Voy al primero
for i=0 to oRs:fields:count-1
cCampo:=oRs:fields(i):name
uValue:=oRs:fields(i ...
Search found 9 matches
- Fri Jan 19, 2024 10:05 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: oRs:Find() ado en dos campos, sobre xbrowse, como?
- Replies: 7
- Views: 1038
- Mon Oct 23, 2023 1:06 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: creación oath_signature en oath 1.0
- Replies: 2
- Views: 403
Re: creación oath_signature en oath 1.0
Hello,
Check out this link and it may help you with your problem.
https://forum.modharbour.app/viewtopic ... KEN#p1394
It is an excellent contribution to the
JSON Web Token (JWT) support
Saludos,
Check out this link and it may help you with your problem.
https://forum.modharbour.app/viewtopic ... KEN#p1394
It is an excellent contribution to the
JSON Web Token (JWT) support
Saludos,
- Wed Oct 11, 2023 4:53 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Xlsxlibhb_ver2
- Replies: 7
- Views: 1142
Re: Xlsxlibhb_ver2
Todo Perfecto,
Mil Gracias
Mil Gracias
- Tue Oct 10, 2023 9:07 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Xlsxlibhb_ver2
- Replies: 7
- Views: 1142
Re: Xlsxlibhb_ver2
Arturo,
Muchas Gracias,
paso la compilación, pero con muchos Warning.
Compilando hblibxlsxwriter.prg...
Compilando app.c...
Compilando chart.c...
Compilando chartsheet.c...
C:\Desarrollos\Repositorios\LibXls_compilada\Source/stdint.h:172:0: warning: "SIZE_MAX" redefined
C:/Hb32/comp/mingw/i686 ...
Muchas Gracias,
paso la compilación, pero con muchos Warning.
Compilando hblibxlsxwriter.prg...
Compilando app.c...
Compilando chart.c...
Compilando chartsheet.c...
C:\Desarrollos\Repositorios\LibXls_compilada\Source/stdint.h:172:0: warning: "SIZE_MAX" redefined
C:/Hb32/comp/mingw/i686 ...
- Tue Oct 10, 2023 4:18 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Xlsxlibhb_ver2
- Replies: 7
- Views: 1142
Re: Xlsxlibhb_ver2
Hola buenos dias,
He intentado compilar la librería con Mingw , pero me arroja este error
stdint.h:88:32: error: missing binary operator before token "4294967295"
#define UINT8_MAX ((uint8_t) 255)
#define UINT16_MAX ((uint16_t) 65535)
#define UINT32_MAX ((uint32_t) 4294967295 <= Se queja de ...
He intentado compilar la librería con Mingw , pero me arroja este error
stdint.h:88:32: error: missing binary operator before token "4294967295"
#define UINT8_MAX ((uint8_t) 255)
#define UINT16_MAX ((uint16_t) 65535)
#define UINT32_MAX ((uint32_t) 4294967295 <= Se queja de ...
- Wed Jul 19, 2023 5:53 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: De Excel a MySql
- Replies: 7
- Views: 438
Re: De Excel a MySql
Perfecto
Muchas Gracias
Muchas Gracias
- Wed Jul 19, 2023 2:17 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: De Excel a MySql
- Replies: 7
- Views: 438
Re: De Excel a MySql
Great, Mr. Nages.
But how to close the excel file that was left open.
But how to close the excel file that was left open.
- Thu Mar 30, 2023 8:27 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Como se usa CHILKAT
- Replies: 9
- Views: 1685
- Thu Mar 30, 2023 8:25 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Como se usa CHILKAT
- Replies: 9
- Views: 1685
Re: Como se usa CHILKAT
Chilkat es una librería muy buena con la cual puedes hacer muchas cosas, nosotros la usamos para el manejo de webservice(REST), FTP,Dropbox,GMAIL,JSON,XML,etc
Mira este link que es para foxpro y solo tienes que hacer pequeños cambios (. por los 2 puntos) y listo.
https://www.example-code.com ...
Mira este link que es para foxpro y solo tienes que hacer pequeños cambios (. por los 2 puntos) y listo.
https://www.example-code.com ...