Search found 108 matches: essentially

Return to advanced search

WebView2 Essentials: Guides, Tips & Resources

... platform and is designed to embed web technologies (HTML, CSS, and JavaScript) into native applications. When an application uses WebView2, it essentially opens a series of Edge browser processes in the background. Each process serves a different purpose: Browser Process: The main process that ...
by Otto
Wed Jan 10, 2024 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

file ID in the Windows file system

... (for example, from "C:\Folder1" to "C:\Folder2" on an NTFS file system), the file retains its File ID. The move operation is essentially changing the file's path in the file system's directory structure, not altering the file itself. - **Metadata Mostly Unchanged**: Most of ...
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: Convert a print to Rtf or doc

... A DOCX file is essentially a ZIP file, and inside it, there's an XML file which is, in practice, a pure text file. The problem is not just to produce a docx file but ...
by Enrico Maria Giordano
Thu Nov 30, 2023 9:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3467

Re: Convert a print to Rtf or doc

... A DOCX file is essentially a ZIP file, and inside it, there's an XML file which is, in practice, a pure text file. Best regards, Otto ************* But if you need ...
by Otto
Thu Nov 30, 2023 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3467

Re: Interesting discussion with ChtGPT

... We constantly see new integrations to the most current versions of Windows, and databases, in Harbour/FWH Here is the problem I am referencing. Essentially, the response assumes Harbour/FWH is inferior because it compares current programming "languages" with Clipper, a DOS compiler. ...
by TimStone
Mon Nov 06, 2023 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1243

Re: FWH 2310 Active X problem ?

Please look at schedule.prg in the FWH\Samples folder. That is essentially the full code. . METHOD RetrieveDayEvents( aParms ) CLASS MpCal    local oEvent    local cDate     := Left( TtoS( aParms[ 1 ] ...
by TimStone
Fri Nov 03, 2023 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2310 Active X problem ?
Replies: 13
Views: 509

Re: FWH 2310 Active X problem ?

... it exactly the same going back to 2306, to eliminate the possibility of any change in my code, and it works perfectly. For the complete code ( essentially ), look at schedules.prg in the FWH samples folder. .Application===========   Path and name: C:\MLS12c\MLS12x64.exe (64 bits)   Size: ...
by TimStone
Fri Nov 03, 2023 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2310 Active X problem ?
Replies: 13
Views: 509

Interesting issue

... many years, and is sold to developers for inclusion in their programs. I recent had to purchase an update to get both 32 bit and 64 bit libraries. Essentially we initiallize the proper .dll, and make the API calls. In this case, I take a database field, pass it to the spell check routine, it works ...
by TimStone
Wed Nov 01, 2023 11:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting issue
Replies: 1
Views: 202

Re: FIVEWIN power - a room planer video

Hello Silvio,
When I started with the room plan 30 years ago, I inserted diagrams into source code comments for all possible cases. Essentially, I still use exactly this function.
Best regards,
Otto

Image
by Otto
Wed Sep 20, 2023 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN power - a room planer video
Replies: 50
Views: 11076

Re: FIVEWIN power - a room planer video

Hello Silvio, I am using a function that I have essentially been using unchanged since 1994. In this function, I test whether a room is available or not. Notably, this is a function that I have been using since the Fivewin for CLIPPER days. Best ...
by Silvio.Falconi
Mon Sep 18, 2023 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN power - a room planer video
Replies: 50
Views: 11076

Re: FIVEWIN power - a room planer video

Hello Silvio,

I am using a function that I have essentially been using unchanged since 1994.
In this function, I test whether a room is available or not.

Notably, this is a function that I have been using since the Fivewin for CLIPPER days.

Best regards,
Otto
by Otto
Fri Sep 15, 2023 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN power - a room planer video
Replies: 50
Views: 11076

Re: Saving OuterHTML using Await Implementation with TWebView

... found. 6. **Asynchronous to Synchronous Transition**: - The asynchronous nature of web operations is tackled using the `::oWeb:Eval` method, which essentially runs JavaScript within the TWebView instance. - By binding a custom function `SendToFWH` and using `::oWeb:bOnBind` to capture results, ...
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: 1632

Re: Saving OuterHTML using Await Implementation with TWebView

... found. 6. **Asynchronous to Synchronous Transition**: - The asynchronous nature of web operations is tackled using the `::oWeb:Eval` method, which essentially runs JavaScript within the TWebView instance. - By binding a custom function `SendToFWH` and using `::oWeb:bOnBind` to capture results, ...
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: 1632

Re: hbmk2 problem

For that .prg, just fivewin.ch and tdata.ch. I commented out the the tdata, though that has no reference to seek(), and it made no difference. So essentially, just fivewin
by TimStone
Mon Jul 10, 2023 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 problem
Replies: 19
Views: 763

Re: U-Dbu

... a data server ). Many of my clients have asked about being able to do some things mobile, and this would be the perfect solution, accessible from essentially any device. I will study the example, but it also refers us to the forum for discussions. That is what I'm needing to filter through. I ...
by TimStone
Sun May 14, 2023 9:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: U-Dbu
Replies: 17
Views: 1198
Next

Return to advanced search