Search found 835 matches: store

Return to advanced search

xbrowse (likely a custom table) whose contents change dynam

... to the client. hData['data'] := here is the result of the e.g. filter evaluation Detailed Explanation Variable Initialization: hData: A hash to store the response data. hPost: A hash to store the decoded JSON body from the request. nIdx: An index variable used for iteration. aParameters: An ...
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: 74

LLM metrics - métricas

... find it. Finally, he..." Opciones de respuesta: A) "found it under the couch" B) "bought a new toy" C) "went to the store" D) "called his mom" Un modelo de lenguaje entrenado con HellaSwag intentaría seleccionar la opción de respuesta que mejor se ajusta ...
by Antonio Linares
Tue Apr 23, 2024 7:47 pm
 
Forum: latest AI news
Topic: LLM metrics - métricas
Replies: 0
Views: 402

Re: WhatsApp tests

... where it is not installed, the procedure should check if it is installed and if it is not, go and download the application from the Microsoft store However it doesn't work for me, I tried to send it to a friend and nothing arrived opens the whatsapp application but then doesn't send anything ...
by Silvio.Falconi
Thu Apr 18, 2024 6:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WhatsApp tests
Replies: 9
Views: 411

Re: WhatsApp tests

... have attachments or not? then the function should check if the WhatsApp application is installed on the PC and load it directly from the Microsoft store but I don't know how to do it the link to download is "https://apps.microsoft.com/detail/9nksqgp7f2nh?hl=it-it&gl=IT"
by Silvio.Falconi
Wed Apr 17, 2024 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WhatsApp tests
Replies: 9
Views: 411

Re: Data exchange between PC and Android device on the same loca

... You can temporarily store data from a stocktaking or other not particularly extensive data securely in the LocalStorage of a Progressive Web App (PWA) until you have an ...
by Otto
Fri Feb 23, 2024 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 828

azzoMax-dashboard for internal use

... foreign LIBs. azzoMax is a dashboard for internal use. The core is the sidebar, from which you can access the various menu items. For example, we store all our company documents in one menu item, and in another, the links we constantly need. Then we can open the important tools for us, like Prompt ...
by Otto
Sun Feb 18, 2024 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: azzoMax-dashboard for internal use
Replies: 1
Views: 215

Re: Class TOpenAI_ChatGPT by Charles Kwon

... of leakage of cKey because the communication is encrypted. However, if you want to use encryption to protect your key locally, you can encrypt and store your key and decrypt the key before calling OpenAI. Luckily, fivewin already has encrypt() and decrypt() functions. Regards, Charles KWON Dear ...
by CharlesKwon
Thu Feb 01, 2024 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class TOpenAI_ChatGPT by Charles Kwon
Replies: 3
Views: 478

Re: Problem with tget numeric

... tget controls to enter data quickly, in a bread wholesale application where the operator must enter orders for each shop, supermarket, department store in the city and 4 codes are connected for each order because there are many types of bread and imagine for each shop the operator has to insert ...
by Silvio.Falconi
Tue Jan 16, 2024 9:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1445

Re: Backups into blu rays

Elvira, what I do: Always 2 HARD DISKs of 500 megabytes or higher. 1 Pendrive(USB) Exclusive for backup copies of my systems. And of course, I store (backup) everything important in my file cloud: Elvira, lo que hago: Siempre 2 DISCOS DUROS de 500 megas o más. 1 Pendrive(USB) Exclusivo para copias ...
by karinha
Tue Jan 02, 2024 2:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backups into blu rays
Replies: 20
Views: 3435

Re: Conectarse con mariaDB

Esta es la típica situación en que preguntarle a chatGPT ó similar, te empieza a dar sugerencias muy válidas: Insisto: usen la IA para obtener ideas generales y luego profundizen :-) brew install mysql Install MySQL Connector/C: Make sure you have MySQL Connector/C installed on your macOS. You can d...
by Antonio Linares
Mon Jan 01, 2024 2:55 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Conectarse con mariaDB
Replies: 4
Views: 10783

Re: Tutorial de PROCEDIMIENTOS usando fw con MariaDB?

Entiendo que si el Store Procedure - devuelve un resultado, la llamada te devuelve dicho resultado. - Actualiza registros, la llamada te devuelve cuantos registros fueron afectados. - Devuelve una consulta, te devuelve dicha consulta ...
by cmsoft
Fri Dec 15, 2023 2:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tutorial de PROCEDIMIENTOS usando fw con MariaDB?
Replies: 4
Views: 612

Strange characters going from FWH to Outlook FWH 13.10

... problem started occuring since using FWH 13.10. In FWH 13.07, everything is working just fine. Usually I put the text of my e-mail into a memo to store it within my application. In Dutch and French, a lot of special characters are used : àéèâêîôûäëïöü , etc. In my application you can see them ...
by driessen
Fri Dec 08, 2023 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange characters going from FWH to Outlook FWH 13.10
Replies: 18
Views: 3783

Re: PDF en Tabla Mysql

... but to "load" Data from Database can be a Problem e.g. when XBROWSE i do make "thumbnails" from PDF / Image as Preview which i store into Database and a Link to "Original" i use MuTool, which is Part of MuPDF, to make "Thumbs" of PDF https://github.com/ArtifexSoftware/mupdf ...
by Jimmy
Mon Oct 09, 2023 9:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF en Tabla Mysql
Replies: 19
Views: 836

Re: Saving OuterHTML using Await Implementation with TWebView

... - This class is the heart of the program. It acts as a synchronous wrapper over TWebView. - Data members include: - `bOldBind`: Presumably used to store previous bindings. - `oWeb`: Instance of TWebView. - `cQuery`, `nSecond`, `cReturn`: Parameters used for querying. - Methods include: - `New`: ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1698

Re: Saving OuterHTML using Await Implementation with TWebView

... - This class is the heart of the program. It acts as a synchronous wrapper over TWebView. - Data members include: - `bOldBind`: Presumably used to store previous bindings. - `oWeb`: Instance of TWebView. - `cQuery`, `nSecond`, `cReturn`: Parameters used for querying. - Methods include: - `New`: ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1698
Next

Return to advanced search