Search found 709 matches: hash

Return to advanced search

xbrowse (likely a custom table) whose contents change dynam

... JSON data, logs the data, and returns a JSON response with the processing time and a success message. It decodes the JSON into a Harbour hash object (hPost), extracts the keys from the decoded hash, and logs their values. It then sends a JSON response back to the client. We are only logging ...
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: 73

Re: IA y Harbour Conceptos básicos

... ya que no se dispone de ninguna API Revisando el codigo fuente de la ventana de chat, veo que se hace una petición POST, a una URL que contiene un hash de conversación, al estilo https://huggingface.co/chat/conversation/662f63b... y pasando varios parámetros recogidos en la sesion localStorage ...
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: Compiler with MSVC y HARBOUR

... Also a part of OpenSSL, this library handles a wide range of cryptographic operations, such as symmetric encryption, asymmetric encryption, and hash functions. It's essential for generating secure keys, encrypting data, and ensuring the integrity and authenticity of data. Where to Get: Like ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 188

Re: How to include hbCurl?

Marc, have yout tried the answer ChatGPT gives you? Best regards, Otto It seems like you're trying to add tags to a member in a MailChimp list using the MailChimp API and curl in a command line environment. The issue appears to be with the way you're formatting the JSON data in your curl command. Le...
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 3020

Re: SWAGGER-UI para documentar nuestras API.

I can read several data with the API, but struggle with the one that can change a TAG (like a groupname) into Mailchimp. This is working, and I get the tags from a email DCOM := 'cmd /c curl -sS https://us8.api.mailchimp.com/3.0/lists/'+cLists+'/members/'+cSecure_Email+'/tags --user anystring:'+cApi...
by Marc Venken
Tue Mar 19, 2024 10:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 2026

Re: How to include hbCurl?

I can read several data with the API, but struggle with the one that can change a TAG (like a groupname) into Mailchimp. This is working, and I get the tags from a email DCOM := 'cmd /c curl -sS https://us8.api.mailchimp.com/3.0/lists/'+cLists+'/members/'+cSecure_Email+'/tags --user anystring:'+cApi...
by Marc Venken
Tue Mar 19, 2024 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 3020

Fulltext-Search

... the hits. Actually, the program only needs the search string and the path for now. I'm using a DIALOG here. It's an experiment with using a HASH instead of variables, but you can easily build your own input DIALOG. Using a HASHis a bit unusual at the beginning. I need this search for my ...
by Otto
Fri Mar 15, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1292

Re: FWH 24.02 new Class TWebView2

... correctamente, mostrándome el dialogo del Login y me envía la respuesta, pero tuve que tratar la misma de otra forma ya que envía un array con un hash en la posición 1, por lo que no es necesario utilizar la función hb_jsonDecode(). Pero veo que también el método "Return()" no lo tiene ...
by csincuir
Wed Mar 13, 2024 2:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 2526

Re: SWAGGER-UI para documentar nuestras API.

...  hb_JsonDecode( cMemo, @hHash )   XBrowser HashTree ( hHash ) FASTEDIT  Now the hard part of getting all those fields from the HASH
by Marc Venken
Sat Mar 09, 2024 9:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 2026

Data exchange between PC and Android device on the same loca

... .dbf tables, which reside on the PC and at that point the prg program hard-coded opens tables, and generates responses either in array, json or hash, whichever is most compatible with the scenario. B.- On the FRONT-END CLIENT side I use an html-javascript-jQuery APP encapsulated using CORDOVA ...
by Arturo Lopesoria
Tue Feb 20, 2024 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 828

Intercambio de datos entre PC y dispositivo Android en la m

... .dbf, que reciden en la PC y en ese punto el programa prg de manera hard-coded abre tablas, y genera respuestas ya sea en formato array, json o hash, lo que resulte más compatible con el escenario. B.- Del lado CLIENTE FRONT-END Uso una APP html-javascript-jQuery encapsulada mediante CORDOVA ...
by Arturo Lopesoria
Tue Feb 20, 2024 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intercambio de datos entre PC y dispositivo Android en la m
Replies: 2
Views: 223

Re: PepPol European Invoicing standard

... as the program to build the text function on, so there is a general use if it is complete and it will be a extra for all members... Maybe a Hash ? // Match variables from any database before we call the TEXT function. hXml["Name"] = oDbf[name] Then in TEXT function use the Hash ...
by Marc Venken
Wed Feb 14, 2024 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 938

Re: JSON2DBF adapter

... JSON do not have the same structure. We also need an assigning part within this function. You should be able to assign a key/value pair from the hash you receive from JSON to a specific DBF column with the correct value. Regarding the function `FW_DbfToJson()`, it is perfect for a test when programming ...
by Otto
Sun Feb 04, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON2DBF adapter
Replies: 3
Views: 510

Re: oRs:Find() ado en dos campos, sobre xbrowse, como?

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  ...
by audisys
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: 441

Parameterization of xReport

Hello friends, In the xReport Generator, we use the original attributes of HTML for the setup hash as much as possible, so one gets accustomed to the terminology. Here is an example: In xReport, the table head is declared as: <thead class="custom-thead"> ...
by Otto
Sat Jan 13, 2024 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameterization of xReport
Replies: 2
Views: 573
Next

Return to advanced search