Search found 102 matches: manner

Return to advanced search

JSON2DBF adapter

... you could create a JSON2DBF adapter for us? I think it would be practical to have a function to fill JSON data into a DBF file in the following manner: json2dbf(dbfFile, jsonData, {aFields}) However, perhaps such a function already exists and I am just not aware of it. ----------------------------------------------------------------------------------------------------- ...
by Otto
Mon Jan 29, 2024 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON2DBF adapter
Replies: 3
Views: 500

Re: Interesting discussion with ChtGPT

Thank you, Antonio.
It is very difficult to keep up with the current developments in a timely manner.
Perhaps we can post our experiences here, which we believe might interest the group members.
Best regards,
Otto
by Otto
Tue Nov 07, 2023 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1227

Re: Request : new PostgreSQL OLEDb-Provider

It has no effect on Opening ADO connctions, Opening RecordSets and using the recordsets in any manner we need. hi, ok ... but why "is"   oCn:Properties( "DBMS Name" ):Value and/or   oCn:Properties( "Extended Properties" ):Value ...
by Jimmy
Mon Sep 11, 2023 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request : new PostgreSQL OLEDb-Provider
Replies: 11
Views: 686

Re: Request : new PostgreSQL OLEDb-Provider

... internal usage to help the function FW_ValToSQL() It has no effect on Opening ADO connctions, Opening RecordSets and using the recordsets in any manner we need.
by nageswaragunupudi
Mon Sep 11, 2023 6:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request : new PostgreSQL OLEDb-Provider
Replies: 11
Views: 686

Re: Saving OuterHTML using Await Implementation with TWebView

... program introduces a class `TAWaitWeb` that lets developers make synchronous calls using the TWebView control, typically used in an asynchronous manner. - This class allows waiting for specific elements to be loaded on the web page, ensuring the content is available for extraction. - The idea ...
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: 1622

Re: Saving OuterHTML using Await Implementation with TWebView

... program introduces a class `TAWaitWeb` that lets developers make synchronous calls using the TWebView control, typically used in an asynchronous manner. - This class allows waiting for specific elements to be loaded on the web page, ensuring the content is available for extraction. - The idea ...
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: 1622

Re: Create help system with F1

... you want to include in your help file. This may include text, images, and other multimedia elements. Organize your content in a logical manner to make it easy for users to navigate. 3. Create a help project: Launch the Microsoft Help Workshop application. From the menu, choose "File" ...
by Antonio Linares
Tue Jul 11, 2023 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 863

Re: ChromeDriver - WebDriver for Chrome

... via our Fivewin, then search for specific data, fetch the data from the HTML table to Excel etc all these processes can be done in an automated manner. Has anybody here already done this using SeleniumBasic ? Here is the link to download the tool https://github.com/florentbr/SeleniumBasic/releases/tag/v2.0.9.0 ...
by anserkk
Thu Jan 19, 2023 5:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ChromeDriver - WebDriver for Chrome
Replies: 9
Views: 1098

Re: Installing on Paralles for Mac

... around, I have had major concerns about most of the offerings. The majority of companies strongly resist providing quality support, in a timely manner, and the frustrations of my clients reinforce that finding all of the time. I have found two exceptions. If I have a problem with my Apple products, ...
by TimStone
Thu Sep 01, 2022 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Installing on Paralles for Mac
Replies: 15
Views: 744

How does mod harbour work

... for opening and closing tags, which are <?php and ?> which tell PHP to start and stop interpreting the code between them. Parsing in this manner allows PHP to be embedded in all sorts of different documents, as everything outside of a pair of opening and closing tags is ignored by the ...
by Otto
Thu Jun 09, 2022 4:16 pm
 
Forum: mod_harbour
Topic: How does mod harbour work
Replies: 8
Views: 1183

Re: OT : Problem with this forum?

... array REQUEST. If so, it also determines ; the order in which that data is registered. The values for this directive are ; specified in the same manner as the variables_order directive, EXCEPT one. ; Leaving this value empty will cause PHP to use the value set in the ; variables_order directive. ...
by Enrico Maria Giordano
Tue Sep 21, 2021 7:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT : Problem with this forum?
Replies: 65
Views: 4898

Re: OT : Problem with this forum?

... array REQUEST. If so, it also determines ; the order in which that data is registered. The values for this directive are ; specified in the same manner as the variables_order directive, EXCEPT one. ; Leaving this value empty will cause PHP to use the value set in the ; variables_order directive. ...
by Antonio Linares
Tue Sep 21, 2021 3:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT : Problem with this forum?
Replies: 65
Views: 4898

Re: whatsapp.prg

wassenger.com
Dear Antonio,
Do I understand this in the right manner.
You practically have to buy a service from wassengr.com that costs around 70 € / month to be able to use their API interface.
Best regards,
Otto
by Otto
Thu Jul 15, 2021 12:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: whatsapp.prg
Replies: 6
Views: 1651

Re: How to Curl for text messaging

wassenger.com
Dear Antonio,
Do I understand this in the right manner.
You practically have to buy a service from wassengr.com that costs around 70 € / month to be able to use their API interface.
Best regards,
Otto
by Otto
Thu Jul 15, 2021 12:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 17
Views: 2242

Re: Translate words in dbf fields with other words

... case-insensitive. Use this function FW_AT( acSub, cString, nStart, nEnd, lWholeWord, lSkipQuotes, cFound, cReplace, lAll )  in this manner: aTranslate := ;   {  { "Zwart", "Black" } ;   ,  { "Broek", "Trouwsers" } ;  ...
by nageswaragunupudi
Fri Mar 20, 2020 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Translate words in dbf fields with other words
Replies: 2
Views: 410
Next

Return to advanced search