Search found 846 matches: documentation

Return to advanced search

Re: How to include hbCurl?

... the correct format and structure for your curl command to add tags to a member. Here's the general format you need to follow based on Mailchimp's documentation: ```bash curl -X POST \ https://${dc}.api.mailchimp.com/3.0/lists/{list_id}/members/{subscriber_hash}/tags \ --user "anystring:${apikey}" ...
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2884

Re: SWAGGER-UI para documentar nuestras API.

Hi. Quim and I, connect using Postman, but your have documentation in https://mailchimp.com/developer/marketing/api/root/list-api-root-resources/ Your need {apikey}, etc.. Example using curl from command line; curl -X GET \ 'https://${dc}.api.mailchimp.com/3.0/?fields=<SOME_ARRAY_VALUE>&exclude_fields=<SOME_ARRAY_VALUE>' ...
by thefull
Wed Mar 06, 2024 5:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 1927

azzoMax-dashboard for internal use

... programs . What's special about azzoMax is that we have a switch at the bottom right of the cards, where you can immediately call up and edit the documentation. The documentation is so important. Best regards, Otto Video: https://mybergland.com/fwforum/azzomax.mp4 https://mybergland.com/fwforum/azzomaxclip1.jpg ...
by Otto
Sun Feb 18, 2024 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: azzoMax-dashboard for internal use
Replies: 1
Views: 202

Re: DateTime calculation

Hi Rao, thank you. I had found it in xHarbour documentation
by cdmmaui
Fri Jan 26, 2024 9:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime calculation
Replies: 6
Views: 680

Re: WebView2 Essentials: Guides, Tips & Resources

... WebView2 exposes JavaScript APIs to HTML documents running within the control, supporting communication with the host application. Documentation and Resources: For detailed information and specific implementation guidance, the WebView2 API Reference and WebView2 Documentation are ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 478

Re: A Call for New Ideas and Web Integration

Dear Otto,
be patient post here some examples, definition, documentation
for one like me that want to know about webview starting from principal.

Have a nice day

Marco
by MarcoBoschi
Sun Dec 10, 2023 3:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Call for New Ideas and Web Integration
Replies: 7
Views: 738

Re: Help splitting up a character address string

... and usage of Harbourino, it would be best to directly contact the developers or contributors involved in its creation, or to refer to any official documentation that may exist for Harbourino, if available. User Harbourino.pdf PDF sag mir etwas zur syntax ChatGPT The document on Harbourino provides ...
by Otto
Wed Nov 15, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 578

Re: DBF . Commit

nageswaragunupudi wrote:This is enough proof that COMMIT is not necessary.


Probably COMMIT is not necessary for the visibility of data to other users across the network but it is necessary to write the physical data on the hard disk. In this, the documentation is wrong, as my example demonstrates.
by Enrico Maria Giordano
Sun Oct 22, 2023 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2313

Re: DBF . Commit

... is all that is enough to ensure visibility of data as well as indexes to all other users on the network immediately So, please keep aside the documentation and STOP using COMMIT. Please Note: I am saying this with confidence after testing this some years and back and again today in network. ...
by nageswaragunupudi
Sun Oct 22, 2023 1:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2313

Re: DBF . Commit

Mr. Enrico We all accept that you are an authority on Harbour and more on xHarbour. But the documentation I reproduced here is xHarbour documentation as it is. (This documentation was released by xhb.com) https://imagizer.imageshack.com/v2/xq70/924/wq8ldn.png ...
by Enrico Maria Giordano
Sun Oct 22, 2023 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2313

Re: DBF . Commit

I think it's important to distinguish between the record buffer and the hard drive cache. Yes. But the documentation says it "hardwrites", same way like "commit". In any case, (x)Harbour can flush its buffers to the OS buffers and but I doubt if (x)Harbour ...
by nageswaragunupudi
Sun Oct 22, 2023 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2313

Re: DBF . Commit

Mr. Enrico We all accept that you are an authority on Harbour and more on xHarbour. But the documentation I reproduced here is xHarbour documentation as it is. (This documentation was released by xhb.com) https://imagizer.imageshack.com/v2/xq70/924/wq8ldn.png ...
by nageswaragunupudi
Sun Oct 22, 2023 10:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2313

Re: DBF . Commit

... The default is SET HARDCOMMIT ON After changing the value of a field, execution of UNLOCK is enough to make the change visible to all other users. Documentation: SET HARDCOMMIT ON | off | (<lOnOff>)ArgumentsON | off | (<lOnOff>) The option toggles if data of a changed ...
by nageswaragunupudi
Sun Oct 22, 2023 2:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2313

WooCommerce

... as a reference for the structure of the csv file this page for orders https://woocommerce.com/documentation/products/extensions/ordercustomer-csv-export/ If I create the csv file then I can import the articles into woocoomerce ok but I wanted ...
by Silvio.Falconi
Fri Oct 20, 2023 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WooCommerce
Replies: 3
Views: 282

Woocommerce

... come riferimento per la struttura del file csv questa pagina per gli ordini https://woocommerce.com/documentation/products/extensions/ordercustomer-csv-export/ Se creo il file csv poi posso importare in woocoomerce gli articoli ok ma io volevo farlo ...
by Silvio.Falconi
Fri Oct 20, 2023 7:08 am
 
Forum: All products support
Topic: Woocommerce
Replies: 0
Views: 4194
Next

Return to advanced search