Search found 2580 matches: key

Return to advanced search

xbrowse (likely a custom table) whose contents change dynam

... application/json and formats the response data as JSON, which is typical for API endpoints. Logic Based on Input: It processes the input data (the keys and values in hPost) and generates a response based on this data, which is a common pattern in API endpoints. The function processes a POST request ...
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: 80

Re: WhatsApp tests

Dear Antonio, Thank you very much for the code and the suggestion with the key combination symbol ~ (which stands for "Enter"). I just did a test and it works. I only tried text. It seems that you need to have WhatsApp installed on the PC. On the server ...
by Otto
Wed Apr 17, 2024 7:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WhatsApp tests
Replies: 9
Views: 415

Re: FWHMYSQL Insert failing

... ,`total_inc`,`filial`,`clotacao`,`prazo`,`situacao` ) VALUES ( '047','9WZ','00261','500','500',0, 0 ,0,'1','       ',1,'  ' ) ON DUPLICATE KEY UPDATE `cvdorig` = VALUES ( `cvdorig` ) ,`val_inf` = VALUES ( `val_inf` ) ,`val_calc` = VALUES ( `val_calc` ) ,`total_inc` = VALUES ( `total_inc` ...
by vilian
Mon Apr 08, 2024 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL Insert failing
Replies: 6
Views: 435

Re: Talking to your apps

... have suggested, then we should have a program wide flag that allows the client to use, or NOT use, voice. Maybe a default on setup, and/or a hot key to toggle it. That way we don't always have a live microphone picking up unwanted comments. Of course, this is a developers task, not something ...
by TimStone
Mon Apr 01, 2024 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 4023

Re: Talking to your apps

In my case I managed to include it in my app, with another function name, because it clashed with winsock. I was able to use it with Windows 10, although I did have to activate it using the Windows key + h
by Boby6Muertos
Fri Mar 29, 2024 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 4023

Re: Question about performance RowSet

... "states", nil, { { 0, "KK", "KState" } } ) For Upsert() to work, we need to include primary key also. My table have 20 fields, but in this part of process I need edit or insert just a few. But you can use normal Insert like this: oCn:Insert( ...
by Eroni
Wed Mar 20, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4183

Re: Question about performance RowSet

... "states", nil, { { 0, "KK", "KState" } } ) For Upsert() to work, we need to include primary key also. But you can use normal Insert like this: oCn:Insert( "states", "code,name", { { "KK", "KKKK" ...
by nageswaragunupudi
Wed Mar 20, 2024 3:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4183

Re: How to include hbCurl?

... ```bash curl -X POST \ https://${dc}.api.mailchimp.com/3.0/lists/{list_id}/members/{subscriber_hash}/tags \ --user "anystring:${apikey}" \ -d '{"tags": [{"name": "tagName", "status": "active"}], "is_syncing": false}' ...
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 3038

Re: SWAGGER-UI para documentar nuestras API.

... Link -> https://api.mailchimp.com/schema/3.0/Swagger.json Then you are ready to use their services Remember that you have to register an Api Key https://mailchimp.com/developer/marketing/guides/quick-start/ https://i.postimg.cc/BbBZw9YP/image.png Regards
by Joaquim Ferrer
Wed Mar 06, 2024 6:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 2035

Re: Bug FWH2402 - Botones

raotest1.RC(2) : error RC2104 : undefined keyword or key name: DS_MODALFRAME Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 Copyright (C) Microsoft Corporation. All rights reserved. Please try including this line at the ...
by nageswaragunupudi
Wed Mar 06, 2024 2:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug FWH2402 - Botones
Replies: 13
Views: 728

Re: SWAGGER-UI para documentar nuestras API.

... Mailchimp I get following error : {"type":"https://mailchimp.com/developer/marketing/docs/errors/","title":"API Key Invalid","status":401,"detail":"Your request did not include an API key.","instance":"5cd6..."} ...
by Marc Venken
Tue Mar 05, 2024 9:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 2035

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

... securely in the LocalStorage of a Progressive Web App (PWA) until you have an internet connection again. LocalStorage offers a simple way to store key-value pairs directly in the user's browser, and is especially useful for PWAs that need to operate offline. Here is a document how to make from ...
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: 833

Re: Highlighting on a web page

Antonio, this is a site of all kinds of fiction and https://author.today/work/324376 this is a link to the book.
You may not have gone to the highlight-protected page. To do this, press the green key under the picture on the left. In firefox/chrome/edge, I can't highlight anything.
by Natter
Tue Feb 06, 2024 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Highlighting on a web page
Replies: 8
Views: 496

Re: JSON2DBF adapter

... happens if the DBF and 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 ...
by Otto
Sun Feb 04, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON2DBF adapter
Replies: 3
Views: 510

Re: Class TOpenAI_ChatGPT by Charles Kwon

... In other words, there is no risk 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. ...
by CharlesKwon
Thu Feb 01, 2024 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class TOpenAI_ChatGPT by Charles Kwon
Replies: 3
Views: 480
Next

Return to advanced search