Search found 395 matches: retrieve

Return to advanced search

file ID in the Windows file system

... file handles and IDs is an important part of managing files and ensuring smooth operations. **User: How can I get the file ID?** In Windows, to retrieve the unique file identifier (File ID) for a file, you typically need to use specific tools or write a program that interacts with the Windows ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 628

Re: Help splitting up a character address string

... from the Excel file, specifically from the worksheet that contains the addresses. You can iterate over the rows and columns of the Excel file to retrieve the relevant data. 3. Connect to the database: Use the appropriate database connectivity library for Harbour (e.g., HbMySQL, HbSQLite, etc.) ...
by frose
Wed Nov 15, 2023 11:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 602

Re: DBF . Commit

... {    Write-Host "Die Datei '$filePath' existiert nicht."}  I think we need an extended function for these: To retrieve file size, date, and time information in C++ similarly to how Windows Explorer does, you can use the Windows API. The GetFileAttributesEx function ...
by Otto
Sun Oct 22, 2023 10:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2345

Explore Yunus and FW_dbftoarray and FW_SaveArrayToDBF

I was exploring Yunus and how to retrieve invoice items, update en save. These function are used, but i'm not that sure yet. These functions are based on a recno() that is added and depending on the delete status of a invoice item. Deleted ...
by Marc Venken
Wed Aug 30, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Explore Yunus and FW_dbftoarray and FW_SaveArrayToDBF
Replies: 1
Views: 172

Re: Saving OuterHTML using Await Implementation with TWebView

... Sure, I can help you understand this program. The program you have provided is a FiveWin application that uses a custom class called TAWaitWeb to retrieve data from a web page in a synchronous manner. The TAWaitWeb class implements three functions: AWait_QuerySelector() AWait_QuerySelectAll() ...
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: 1658

Re: Saving OuterHTML using Await Implementation with TWebView

... Sure, I can help you understand this program. The program you have provided is a FiveWin application that uses a custom class called TAWaitWeb to retrieve data from a web page in a synchronous manner. The TAWaitWeb class implements three functions: AWait_QuerySelector() AWait_QuerySelectAll() ...
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: 1658

VIES check 2023

Has anyone, hoping for a Belgium forum member connected to the VIES system in order to retrieve data from the VIES system by the VAT-number ?

Early postings seems to be outdated with the connections made at that time.
by Marc Venken
Thu Aug 10, 2023 7:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: VIES check 2023
Replies: 1
Views: 244

Re: FWH new AutoHelp feature !!!

... is there a option to get the value or ID from that items i'm hovering over ? Mayby in combination with a Dialog ID so that there is a Unique ID to retrieve from the help dbf ? I want to show help text before they click on a item. Almost like the tooltip does, but then with the F1 key. Some of you ...
by Marc Venken
Sun Aug 06, 2023 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH new AutoHelp feature !!!
Replies: 14
Views: 780

Webview question

All, I'm trying to replace an ActiveX shell.explorer.2 with Webview. With the activex, when the user closed the activex window dialog I could retrieve the document in the oWnd:Valid function. oDoc := oActiveX:document I have looked at the examples and previous posts and I'm unable to get ...
by Randal
Thu Jun 29, 2023 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2932

Re: Website logo

Hello, I wouldn't use an unknown website (https://besticon-demo.herokuapp.com) for this task. You can retrieve the entire webpage using the onboard Fivewin function: cData := WebPageContents(cUrl) Best regards, Otto After this, we need to parse the webpage code and extract ...
by nageswaragunupudi
Thu May 18, 2023 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Website logo
Replies: 8
Views: 490

Re: Website logo

Hello,

I wouldn't use an unknown website (https://besticon-demo.herokuapp.com) for this task.

You can retrieve the entire webpage using the onboard Fivewin function: cData := WebPageContents(cUrl)

Best regards,
Otto
by Otto
Thu May 18, 2023 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Website logo
Replies: 8
Views: 490

Re: chat open Ai questions

... to make an HTTP request to the Banca d'Italia REST API and then use Harbour/Clipper's JSON parsing functions to parse the request response and retrieve rate data of exchange. Here is an example of a function in Harbour/Clipper that uses NetHttpReq() to make an HTTP request to the Banca d'Italia ...
by Silvio.Falconi
Wed May 10, 2023 12:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chat open Ai questions ( currency rates )
Replies: 5
Views: 311

Force dialog to foreground

... customer. It somehow disappears behind #1. The icon on the task bar does not display the individual screens ( as some programs do ) so its hard to retrieve the dialog back to the desired one. If dialog 1 is closed #2 is visible, but since it sends data back to 1, it crashes the system. So I need ...
by TimStone
Fri Apr 21, 2023 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Force dialog to foreground
Replies: 10
Views: 694

Re: Help with complex JSON

Hi Rao,

Thank you! I was able to figure that part out. My question is how do I determine the structure of aRsp in Function aReadjson( cJson ) so I can retrieve the information within aRsp and save to DBF?

I appreciate your assistance with this.
by cdmmaui
Thu Mar 23, 2023 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with complex JSON
Replies: 12
Views: 1216

Re: WORD/OUTLOOK omail:send()

I use the "Outlook.Application" object function to retrieve an existing instance of the Outlook application object and then use a method to send emails that are stored in the "Outbox" folder, which is where outgoing emails are temporarily ...
by Otto
Sat Mar 04, 2023 2:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WORD/OUTLOOK omail:send()
Replies: 3
Views: 327
Next

Return to advanced search