Search found 74 matches: retrieving

Return to advanced search

Re: GetHostByName( GetHostName() )

... APIs like ifconfig (Linux/macOS) or ipconfig (Windows) through system calls. These tools often provide more granular control over retrieving information specific to a particular adapter.
by Antonio Linares
Wed Mar 06, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHostByName( GetHostName() )
Replies: 1
Views: 128

Re: WebView2 Essentials: Guides, Tips & Resources

... to create, display, and destroy a web view with specific HTML content and title. WebView_GetValues(cCalls, cJsonResult, hWebView): A function for retrieving values from the web view, possibly used in callbacks or bindings. Notes: The code seems to manage an array aWebViews to keep track of web ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 463

Re: Saving OuterHTML using Await Implementation with TWebView

... TWebView class to interact with the web page. The TWebView class provides a number of methods for loading web pages, executing JavaScript, and retrieving data from web pages. The program also uses the FiveWin SysWait() function to pause the execution of the program for a specified number of ...
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: 1518

Re: Saving OuterHTML using Await Implementation with TWebView

... TWebView class to interact with the web page. The TWebView class provides a number of methods for loading web pages, executing JavaScript, and retrieving data from web pages. The program also uses the FiveWin SysWait() function to pause the execution of the program for a specified number of ...
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: 1518

Saving OuterHTML using Await Implementation with TWebView

... 2. The web rendering operates in async mode. 3. Consequently, users familiar with procedural synchronous modes are facing difficulties in retrieving information from the web. 4. Therefore, I have implemented a synchronous class for TWebView, which is supported by the 'await' technique ...
by CharlesKwon
Mon Aug 14, 2023 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1518

Re: Advise in Server hardware

... problem in my software. Using Xbrowse as my core system in almost all code, I see that moving the cursor in the cells, functions are executed like retrieving data. Normaly this should only happen when data is changed, so I have codeblocks wrong in use. I have to digg a bit deeper into this and ...
by Marc Venken
Wed Apr 05, 2023 7:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advise in Server hardware
Replies: 12
Views: 1037

Re: Read API data one by one or in block

... somehow complement what it already said: There are a few things to consider when deciding how to retrieve data from an API: How much data are you retrieving? If you are only retrieving a small amount of data, it may be more efficient to retrieve it one record at a time. However, if you are retrieving ...
by Antonio Linares
Mon Dec 19, 2022 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read API data one by one or in block
Replies: 1
Views: 248

Re: UPC lookup

... You are looking for a online database for retrieving random data ? In my case I get the data from manufacturers and generate my own database from all of them, but this you have/can do...
by Marc Venken
Mon Apr 11, 2022 6:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UPC lookup
Replies: 4
Views: 235

UPC lookup

... reader inputs what it sees into a text field. On products, what is "seen" is the UPC ( Universal Product Code ). I have no problem retrieving this with a barcode reader and inserting it into the right field for use and saving. My question: Has anyone tried working with a decoding ...
by TimStone
Mon Apr 11, 2022 5:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UPC lookup
Replies: 4
Views: 235

Re: RTF from Variable

... it is NOT in RTF format. It shows all the formatting commands. I have reviewed this thread about a dozen times and tried every option provided for retrieving the text and making it ready for the RTF edit, but none of them work. All of the efforts were made several years ago, so I assume updates ...
by TimStone
Thu Dec 09, 2021 9:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF from Variable
Replies: 40
Views: 4190

Re: Can FW also read a intire online webshop ?

https://www.maveco-webshop.be

Maybe the code of mr. Rao's and Uwe for retrieving the topics from this forum are the base of this new setup ?
by Marc Venken
Tue Mar 09, 2021 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can FW also read a intire online webshop ?
Replies: 14
Views: 1686

Data management system

Hello, Is there a sample or tip for a Data management system ? During progress in development of programs, but also in retrieving info/samples etc from the forum I'm looking for a program that can holt all kind off stuff. These kind of programs exist, maybe also from FW users ? I'm ...
by Marc Venken
Fri Feb 26, 2021 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data management system
Replies: 18
Views: 2101

Re: Marc : Conversion process and questions about it

... Speed is not that big of a deal at our place, but I think it is not good programming technique, and It is one of the most things that happen (retrieving data's) (  // 05 Facturen      Public aVelden5:=  { ;   { "Factuur"            , "Factuur" , NIL,  50 }, ...
by Marc Venken
Wed Dec 30, 2020 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Marc : Conversion process and questions about it
Replies: 30
Views: 3173

Swagger API and FWH

... (the API code is write and read anabled, but I think I can get this to work next days... My questions : Is there some FWH code that is working in retrieving this kind information ? There are 2 lines of code in the online Swagger software tool : cUrl : curl -X PATCH "http://swagger.shoptrader.com/api/v2/customers/1?token=c5ce13c97e79b8d54ca40e75ea43c41282cb25e469c4babb8ad4400850a54624" ...
by Marc Venken
Tue Sep 22, 2020 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Swagger API and FWH
Replies: 2
Views: 861

Re: What does this syntax mean? hHead := {=>}

... Hash data type, being partly similar to arrays and partly to objects, finds its expression also in the syntactical notation that can be used for retrieving a value from a Hash. Both operators are supported, the array element operator [ ] and the : send message operator. The latter, however, requires ...
by hua
Wed Jul 03, 2019 3:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What does this syntax mean? hHead := {=>}
Replies: 11
Views: 1327
Next

Return to advanced search