Search found 577 matches: json

Return to advanced search

Re: Crear Archivo Json y Enviarlo vía POST

yes, you are right :-)
by Antonio Linares
Tue May 07, 2024 7:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Archivo Json y Enviarlo vía POST
Replies: 19
Views: 2435

Re: Crear Archivo Json y Enviarlo vía POST

Antonio, you should throw away all the old stuff and get the latest official xHarbour build. There is no problem at all using that build with any C compiler and FWH. I don't know about xHarbour.com, though.
by Enrico Maria Giordano
Tue May 07, 2024 7:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Archivo Json y Enviarlo vía POST
Replies: 19
Views: 2435

Re: Crear Archivo Json y Enviarlo vía POST

Dear Enrico,

I have a xharbour.lib in c:\xharbour\lib

How it arrived there ? I don't know it... :-)
by Antonio Linares
Tue May 07, 2024 5:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Archivo Json y Enviarlo vía POST
Replies: 19
Views: 2435

Re: Crear Archivo Json y Enviarlo vía POST

I don't know, sorry. I've never used xHarbour.com. What I can say is that xharbour.lib does not exist in the xHarbour repository. Maybe in the new xHarbour Builder folder, I did not check it.
by Enrico Maria Giordano
Mon May 06, 2024 11:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Archivo Json y Enviarlo vía POST
Replies: 19
Views: 2435

Re: Crear Archivo Json y Enviarlo vía POST

Enrico, no és del xHarbour Comercial?

Code: Select all  Expand view

C:\XHBBCC74\lib

14/12/2020  16:51           181.236 xharbour.lib
 


Regards, saludos.
by karinha
Mon May 06, 2024 11:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Archivo Json y Enviarlo vía POST
Replies: 19
Views: 2435

Re: Filter on Xbrowse

Hello Marc, hello João, We are now replacing the dummy JSON. The function sendFilterData() makes a request to the server, and it responds with a JSON. At the moment, we are not yet evaluating any indexes and filters, but simply querying the database. ...
by Otto
Sun May 05, 2024 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 750

Re: Crear Archivo Json y Enviarlo vía POST

Only tip.lib, not xharbour.lib (that is a non-existent lib).
by Enrico Maria Giordano
Sun May 05, 2024 2:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Archivo Json y Enviarlo vía POST
Replies: 19
Views: 2435

Re: Crear Archivo Json y Enviarlo vía POST

Estimado Paul,

tip.lib y xharbour.lib
by Antonio Linares
Sun May 05, 2024 2:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Archivo Json y Enviarlo vía POST
Replies: 19
Views: 2435

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' referenced from C:\FIVEWIN21\FWH\SAMPLES\...
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: 2435

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' referenced from C:\FIVEWIN21\FWH\SAMPLES\...
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: 2435

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 I make all the new programs with ...
by Otto
Sat May 04, 2024 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 750

xbrowse (likely a custom table) whose contents change dynam

... POST, PUT, etc., and handle responses in a clean and readable manner. The JavaScript function fetch then calls the mod harbour program data.prg. A JSON string is passed to the server through the body property of the fetch request. fetch sends: filterData in the body to the mod harbour program: ...
by Otto
Sat May 04, 2024 7:42 am
 
Forum: mod_harbour
Topic: xbrowse (likely a custom table) whose contents change dynam
Replies: 0
Views: 72

Re: IA y Harbour Conceptos básicos

... y pasando varios parámetros recogidos en la sesion localStorage del navegador Dicha petición devuelve un JSON con la respuesta, con la siguiente estructura {"type":"status","status":"started"}{"type":"stream","token":"Sí, ...
by Joaquim Ferrer
Mon Apr 29, 2024 10:36 am
 
Forum: Artificial Intelligence
Topic: IA y Harbour Conceptos básicos
Replies: 7
Views: 334

Re: Pruebas con WhatsApp

... unos parámetros (*) (*) Estaría bien que tuviéramos un .exe python con distintas funcionalidades al que se le pasa como parámetro el nombre de un json y devuelve otro con el mismo nombre y _respuesta de sufijo Mis 2 eurocents
by paquitohm
Wed Apr 17, 2024 4:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pruebas con WhatsApp
Replies: 7
Views: 342

Re: How to include hbCurl?

... := "tag1"   // De naam van de tag   cTagStatus := "active"  // De status van de tag*** Constructie JSON-payload met de enkele tagcJsonPayload := '"tags": { "name": "' + cTagName + '", "status": "' + cTagStatus ...
by Marc Venken
Wed Mar 20, 2024 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 3018
Next

Return to advanced search