Search found 225 matches: track

Return to advanced search

Re: WebView2 Essentials: Guides, Tips & Resources

... 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 view instances. The usage of inline C-like functions (e.g., WebView_Create, SetWindowPos) suggests integration with lower-level system ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 480

file ID in the Windows file system

... handles are used in system programming to manage file operations. When a program opens a file, the operating system creates a file handle to keep track of the file and operations performed on it. This handle is unique for the duration of the file's opening by that process. **File ID:** In addition ...
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: 627

Re: Mark field as required

... just select the Cancel button and thus all the other data is lost too. Quote from "About Face": This means that the software should keep track of who, what, where, how, and when the user is doing things, so that situation can be modified, rectified, or just plain understood at some later ...
by James Bott
Tue Jul 25, 2023 1:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1774

Re: Small Question about Word and FWH

... a document is opened in jWord by Application 1 before closing cWord in Application 2, you can use the following approach: In Application 1, keep track of the document state using a variable or flag that indicates whether a document is currently open or not. Set the flag to true when a document ...
by Antonio Linares
Mon Jul 17, 2023 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Question about Word and FWH
Replies: 29
Views: 1150

Re: Scale in Webview

... Can you please try it? oWebView:Eval('document.body.style.zoom = 2') Please, read ( zoom feature is non-standard and is not on a standards track ) https://developer.mozilla.org/en-US/docs/Web/CSS/zoom Use scale() ( transform: scale( ... ) ) https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/scale
by cnavarro
Sun Feb 12, 2023 3:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scale in Webview
Replies: 5
Views: 395

XBROWSE SetColumns()

... this takes a lot of mouse clicks: Rt click the header, select the field and click to change it's status, then repeat. If one only wants to track, for example, 5 fields, but the database has 60, thats a lot. It would be nice if there was an ability to select/deselect ALL, and also if the ...
by TimStone
Fri Dec 09, 2022 9:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE SetColumns()
Replies: 3
Views: 549

Re: Session in TWebServer

HI Ari,
Thank you for your explanation.
I somehow overlooked TWebServer.
I thought TWebServer was part ofTWeb.

In the meantime, there are so many variations on how to get onto the web with Harbour that it's hard to keep track.

I myself use mod Harbour from FIVETECH.

Best regards,
Otto
by Otto
Tue Nov 29, 2022 9:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Session in TWebServer
Replies: 5
Views: 412

Re: Harbour warnings

... works, but a following call to set back to w3 doesn't always work. I've always assumed this is a harbour bug of some sort but I've never tried to track it down. Can you show me how do you fix my sample without using -w, please? EMG
by Enrico Maria Giordano
Fri Jun 24, 2022 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2332

Re: Harbour warnings

... works, but a following call to set back to w3 doesn't always work. I've always assumed this is a harbour bug of some sort but I've never tried to track it down.
by rhlawek
Fri Jun 24, 2022 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2332

Date scrollbar

I have two scrollBar to select two dates https://i.postimg.cc/dty53cn6/test-scroll.png both trackpos are placed in their respective number of records (recno ()) How can I do if when I move the second trackpos and it arrives in the same position as the first, I ...
by Silvio.Falconi
Thu Apr 21, 2022 9:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date scrollbar
Replies: 2
Views: 223

Re: Help for scrollBar

... that when I move the mouse (hand) at a certain point to the left with there is more the hand but the arrow If I move all the way to the left, the track won't let me take it with the mouse if I move with the cursor keys or by pressing ">" in the scrollbar and moving to the position ...
by Silvio.Falconi
Wed Apr 20, 2022 9:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for scrollBar - Resolved -
Replies: 10
Views: 530

Re: Help for scrollBar

Now I can move the track If I move the track on the top ( all on the left) of the dbf then i cannot move it @ 20, 5 SCROLLBAR oScrollDbf HORIZONTAL  SIZE 430,10 PIXEL  OF oDlg ;    RANGE 1,oDbf:OrdKeyCount() ;     ON DOWN ( ...
by Silvio.Falconi
Mon Apr 18, 2022 4:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for scrollBar - Resolved -
Replies: 10
Views: 530

Re: Help for scrollBar

I need to move the track so that when I move it with the mouse it could position itself on the oDbf record, How resolve it ? https://i.postimg.cc/K8P3Xq03/hhh.jpg this my sample #include "fivewin.ch"REQUEST ...
by Silvio.Falconi
Mon Apr 18, 2022 10:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for scrollBar - Resolved -
Replies: 10
Views: 530

Printing RTF 22.03

... text can vary a lot. So, I need to be able to determine the amount of space I will be needing, based on the content of the RTF, and be able to track the printed rows. I need to know when to cutoff printing on one sheet and start on the next. Perhaps there are already functions that can determine ...
by TimStone
Mon Apr 11, 2022 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing RTF 22.03
Replies: 6
Views: 571

Re: To Maurizio, to Dutch

Dear Dutch, dear Maurizio, Thanks very much. Your assessments and explanations have helped me a lot and put me on the right track. I have the advantage for my conversion that I can use mod harbour. As a first step, I start the existing WINHOTEL from the web browser and I program the ...
by Otto
Thu Dec 09, 2021 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Maurizio, to Dutch
Replies: 29
Views: 2196
Next

Return to advanced search