Search found 612 matches: certain

Return to advanced search

Re: WebView2 Essentials: Guides, Tips & Resources

... to handle these operations correctly in your application. Error Handling: Some WebView2 and CoreWebView2 APIs may throw errors if invoked in certain ways, so it's important to be aware of these scenarios and handle them appropriately. Interoperation with JavaScript: WebView2 exposes ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

file ID in the Windows file system

... run these commands, especially if you are in a restricted or multi-user environment. - **File System**: The concept of a File ID is specific to certain file systems like NTFS. Ensure that the file system of the volume on which your file resides supports these features. By using these methods, ...
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: Using Microsoft AI Phi-2 from FWH

... This is allows it to be compiled with xHarbour too: hb_retnll( ( LONGLONG ) callback ); A Stop button would be useful. After a certain amount of line of text it seems to freeze. Maybe a scrolling is needed?
by Enrico Maria Giordano
Mon Dec 18, 2023 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8334

Re: add a line in the print report

... html as you were obsessed with ER but I have shown you that ER is leaking everywhere and how many people still use ER today? when you ask for a certain topic I don't come to your topic and I reply with other topics instead you do it and distract other people from the main topic, in Italy this ...
by Silvio.Falconi
Tue Dec 12, 2023 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a line in the print report
Replies: 8
Views: 546

Re: check on get

... have the latest version of fwh, it's a utility that I started a long time ago and then left because I was hoping for other procedures started by certain people who then didn't have having completed the work and now I see it quicker and at the same time powerful to use this type of procedure, ...
by Silvio.Falconi
Sat Nov 25, 2023 3:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3945

Re: Help splitting up a character address string

... Harbourino is a preprocessor that simplifies the development, readability, and modification of code. It takes a text file written in a certain programming language syntax and outputs another text file in a different language's syntax. Features: It offers file inclusion, substitution ...
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: 603

Interesting discussion with ChtGPT

... of how technologies and best practices have evolved over time. Clipper and Harbour still have their use cases and are quite suitable for certain tasks. User: The weaknesses you mention are fixed with FiveWin. Could it be that in principle simpler - in terms of syntax - languages will ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1244

Re: Is there any feature to select multi line in xbrowser

If I understand correctly, then you want to show only certain deadlines in the browser?
Then use :aFilter / :Refresh()
by Natter
Tue Oct 03, 2023 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is there any feature to select multi line in xbrowser
Replies: 2
Views: 337

Re: Saving OuterHTML using Await Implementation with TWebView

... page. 5. **Synchronous-like Behavior**: - Functions like `Query`, `QuerySelectAll`, and `GetOuterHtml` utilize a loop that repeatedly checks if a certain condition is met (e.g., a specific element is loaded). - This loop will exit either when the desired result is achieved or after a certain time ...
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: 1659

Re: Saving OuterHTML using Await Implementation with TWebView

... page. 5. **Synchronous-like Behavior**: - Functions like `Query`, `QuerySelectAll`, and `GetOuterHtml` utilize a loop that repeatedly checks if a certain condition is met (e.g., a specific element is loaded). - This loop will exit either when the desired result is achieved or after a certain time ...
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: 1659

New FTDN July/Julio (FWH 23.07)

... - Compatible with accented characters like German Umlauts even when FW_SetUnicode(.t.). The problem arises where certain accented chars have different notations in ANSI and UTF8. https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43352&p=262129#p262129 ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1066

ftp listing files

Hi,

I have been using the command below to download certain file in ftp, what command to use to list the files in certain folder so that I can check the latest one and download? Thanks.

FTPGETFILE( hConnect, ChavePasta, "test.zip", 0, FILE_ATTRIBUTE_ARCHIVE, 0, 0 )
by wartiaga
Thu Jul 20, 2023 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ftp listing files
Replies: 0
Views: 159

Re: MariaDb delete

... instead of traversing the complete table checking for eof(), you would do this: DELETE FROM <tablename> ;   Suppose you want to extract certain records from the table based on certain condition. With our traditional ISAM you would do this: WHILE !odbf:eof()  //or some other condition  ...
by reinaldocrespo
Fri Jun 02, 2023 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb delete
Replies: 6
Views: 393

Re: CLASS modification

Hello Tim, While web-based solutions have become popular and offer certain advantages, there are valid reasons why some businesses may choose to stick with traditional software or systems. You mentioned several points: Client Focus, Internet Connection, Complexity ...
by Otto
Fri May 26, 2023 5:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

CLASS modification

... movement instead. This could include methods like hSetPos() for setting the horizontal scrollbar position, ScrollHorizontallyBy() for scrolling a certain number of pixels horizontally, GoLeft() and GoRight() for moving left and right, HScroll() for handling horizontal scroll events, and so on. ...
by Otto
Tue May 23, 2023 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710
PreviousNext

Return to advanced search