Search found 579 matches: json

Return to advanced search

Re: PDF en Tabla Mysql

leandro wrote:Cesar como vas?
No se si fue error de digitación, pero creo que esas funciones que mencionas se usan para codificar y decodificar los archivos json. No se si te referías a las funciones: hb_base64encode() y hb_base64decode()

Exactamente, gracias Leandro por la corrección.
by cmsoft
Tue Oct 10, 2023 10:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF en Tabla Mysql
Replies: 19
Views: 983

Re: PDF en Tabla Mysql

Hola Jose: Para encriptar y desencriptar en base 64 puede usar las funciones de hb_jsonDecode y hb_jsonEncode Cesar como vas? No se si fue error de digitación, pero creo que esas funciones que mencionas se usan para codificar y decodificar los archivos json. No se ...
by leandro
Tue Oct 10, 2023 5:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF en Tabla Mysql
Replies: 19
Views: 983

Consultando una api

... Este es el resultado JSON que deseo leer de la API,. Les agradesco cualquier sugerencia. Lubin
by lubin
Thu Oct 05, 2023 6:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consultando una api
Replies: 1
Views: 293

Re: Help with complex JSON

Solucionado nLen := Len( oSire:jsonPeriodo ) hJson:= oSire:jsonPeriodo If !Empty( nLen ) FOR EACH o IN hJson eje->(DBAppend()) eje->ejercicio := o["numEjercicio"] eje->desestado := o["desEstado"] FOR EACH e IN o["lisPeriodos"] per->(DbAppend()) per->ejerc...
by CARLOS ATUNCAR
Sat Sep 23, 2023 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with complex JSON
Replies: 12
Views: 1374

Re: Help with complex JSON

... Presentado"}]}] nLen := hb_jsonDecode(cRpta,@hJson) HB_MEMOWRIT(::cPathDescarga+"respuesta.txt",cRpta) FW_MEMOEDIT( hJson, "JSON" ) Error: Error description: Error BASE/1108 Error de argumento: AT Args: [ 1] = C  [ 2] = A {{ "desEstado" => "No Presentado", ...
by CARLOS ATUNCAR
Sat Sep 23, 2023 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with complex JSON
Replies: 12
Views: 1374

Re: Convert

Dear Rao, Just out of curiosity, I haven't really delved into the question yet. But would JSON encode and decode also be an option? Best regards, Otto Even to encode into Json, we first need to convert the codeblock into a "text" string. How? The only function ...
by nageswaragunupudi
Thu Sep 07, 2023 5:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert
Replies: 7
Views: 605

Re: Convert

Dear Rao,
Just out of curiosity, I haven't really delved into the question yet. But would JSON encode and decode also be an option?
Best regards,
Otto
by Otto
Wed Sep 06, 2023 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert
Replies: 7
Views: 605

Re: FIVEWIN power - a room planer video

... the plan myself. The room plan itself is not very demanding. The data is now being read from a DBF file, just like in my desktop application. A JSON is created. And then I draw the plan. Just HTML and Javascript. Best regards, Otto https://mybergland.com/fwforum/myroomplan.gif
by Otto
Tue Aug 29, 2023 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN power - a room planer video
Replies: 50
Views: 11598

Re: Petición POST webview

Antonio buenas noches, gracias por responder No, me refería a eso, lo que pasa es que necesito pasar a una dirección web, un json demasiado grande y por GET el servidor me dice que no esta permitido por que la url es demasiado larga, entonces pensé que envés de enviarlo por GET, pueda ...
by leandro
Mon Aug 14, 2023 12:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Petición POST webview
Replies: 7
Views: 381

Re: Web programming with Mod Harbour

... necessary code to handle data retrieval, storage, and business logic. Output Generation: Mod Harbour can generate various types of output, such as JSON, XML, or plain text, to respond to HTTP requests. Deployment: Once your Mod Harbour web application is ready, you'll need to deploy it on a web ...
by sumit234
Sat Jul 29, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web programming with Mod Harbour
Replies: 1
Views: 370

Re: Webview question

Hello friends, I have successfully implemented the functionality to return a JSON from JavaScript. Everything is working fine. oWebView:bOnBind = { | cJson, cCalls | hb_jsondecode(cJson, @hPost), xbrowse(hPost), oWebView:Return(cCalls, 0, "{ 'result': 'Hello ...
by Otto
Mon Jul 03, 2023 9:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 3228

Re: Aplicación para Android

... Android Studio, the main problem was connecting the DBF archives with the application. For this we used a client server system with the use of json files. Regards Maurzio http://www.nipeservice.com
by Maurizio
Mon Jun 19, 2023 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Aplicación para Android
Replies: 8
Views: 624

Peticion POST a xHarbour

... String respuesta = responsee.toString(); //----------------------------------------------------------------- //-------------Decodificar JSON con libreria org.json-------------- JSONObject jsonObject = new JSONObject(respuesta); if(jsonObject.getString("estatus").equals("ok")){ ...
by servicomver
Mon Jun 05, 2023 11:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Peticion POST a xHarbour
Replies: 3
Views: 450

vscode usefull settings

... the terminal using cmd.exe in the current path where you are: From settings look for "terminal" then click on "Edit on settings.json" and add these entries: "terminal.integrated.shell.windows": "cmd.exe", "terminal.integrated.cwd": "${fileDirname}",
by Antonio Linares
Sat Jun 03, 2023 9:29 am
 
Forum: Utilities / Utilidades
Topic: vscode usefull settings
Replies: 0
Views: 416

Re: prompt-editor

Hello friends, I start testing with these functions: function jsonerzeugen()    LOCAL cDbf :="INIfiles.dbf"    LOCAL aData := {}   LOCAL cJson, nHandle      USE (cDbf) ALIAS MyTable NEW   DBGOTOP()   DO WHILE ...
by Otto
Wed May 31, 2023 9:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: prompt-editor
Replies: 5
Views: 275
PreviousNext

Return to advanced search