Search found 334 matches: explanation

Return to advanced search

Re: SetMultiSelectCol() on line

... example already has the SetMultiSelectCol and the checkbox disables it but physically it is still in the xbrowse I hope I was clear in my explanation
by Silvio.Falconi
Tue Apr 23, 2024 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetMultiSelectCol() on line
Replies: 5
Views: 169

Re: COMBOBOX

Dear Mr. Stone, thank you very much for the explanation and for pointing me to these great sources of information. I followed the steps and things are starting to get a bit clearer for me already :-) Thank you all for your patience and sorry for ...
by Ruth
Wed Feb 28, 2024 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX
Replies: 7
Views: 300

Re: DateTime calculation

Dear Ruth, good morning I just copied and pasted your post into chatgpt and the answer seems fine :-) (not exactly correct, but the explanation seems fine) Yes, it looks like the timestamp you provided is in milliseconds since the Unix epoch. To convert a Harbour date variable into a Unix ...
by Antonio Linares
Sat Jan 27, 2024 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime calculation
Replies: 6
Views: 688

Re: HTML code in a TPanel class

Thanks for the explanation.
Very useful.
by nageswaragunupudi
Sun Jan 21, 2024 9:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 1358

Re: Cut & Paste limit

Sorry for the delay in responding ... life gets very busy these days. Nages' explanation made perfect sense. I shared it with my client. He is the only one complaining about this problem, and I expect he is just pointing the cursor at the middle of the field and ...
by TimStone
Fri Sep 08, 2023 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cut & Paste limit
Replies: 7
Views: 551

Re: Mr. Rao, more about xBrowse

Explanation: If you want to set any data of each column (for example "nEditType" ), instead of setting oCol:nEditType of each every column, you can set oBrw:nEditTypes := n ( nEditType _+ "s" ) i.e., use ...
by Marc Venken
Wed Aug 23, 2023 7:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, more about xBrowse
Replies: 11
Views: 555

Re: Mr. Rao, more about xBrowse

Explanation: If you want to set any data of each column (for example "nEditType" ), instead of setting oCol:nEditType of each every column, you can set oBrw:nEditTypes := n ( nEditType _+ "s" ) i.e., use ...
by nageswaragunupudi
Tue Aug 22, 2023 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, more about xBrowse
Replies: 11
Views: 555

Re: Mr. Rao, more about xBrowse

...  := { | oCol, uOldVal| VerSaldo(uOldVal) }      :bEditValids := { | oGet | Valida(oGet:VarGet())}END Explanation: If you want to set any data of each column (for example "nEditType" ), instead of setting oCol:nEditType of each every column, ...
by nageswaragunupudi
Tue Aug 22, 2023 12:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, more about xBrowse
Replies: 11
Views: 555

Re: Saving OuterHTML using Await Implementation with TWebView

Hello Otto. SysWait() is not a timer. Could you please provide a detailed explanation of what it is used for? Alternatively, if you'd like, you can share your email, and I'll provide you with my WhatsApp contact. Regards, Charles KWON Hello Charles, In the past, ...
by CharlesKwon
Mon Aug 21, 2023 6:04 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

... milliseconds. This is used to prevent the program from consuming too much CPU resources while it is waiting for the web page to load. I hope this explanation is helpful. Let me know if you have any other questions. Here are some additional details about the program: The program is written in the ...
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

... milliseconds. This is used to prevent the program from consuming too much CPU resources while it is waiting for the web page to load. I hope this explanation is helpful. Let me know if you have any other questions. Here are some additional details about the program: The program is written in the ...
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: Create help system with F1

... F1 key to call it within my program. As a result, when a client is looking at a screen, hits F1, the proper page of the manual opens for detailed explanation. Of course, getting people to actually read the documentation is a challenge ...
by TimStone
Mon Jul 10, 2023 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 867

Updated FiveTech's webview DLLs

... and the x64 in FWH\dll\webview64 * When the webview is closed, the FWH app does not close! :-) Please test it using FWH\samples\webview5.prg Explanation for what we have done: https://forums.fivetechsupport.com/viewtopic.php?p=261258#p261258
by Antonio Linares
Sat Jul 01, 2023 10:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Updated FiveTech's webview DLLs
Replies: 0
Views: 211

Re: Convert code to FWH

A brief explanation: A Windows app can't directly manage the ports for security reasons, it must use a driver. WinIO32.sys is the driver and WinIO32.DLL is the DLL to manage such driver This WinIO was developed by http://www.sysinternals.com ...
by Antonio Linares
Sat Apr 29, 2023 6:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert code to FWH
Replies: 15
Views: 957

Re: GDIP Application crash tBitmap

... INIT PROCEDURE and from within it I call MAIN(). That's why they don't load the other INIT PROCEDURE. I've been wrong for years. Thank you for the explanation.
by Giovany Vecchi
Wed Apr 12, 2023 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIP Application crash tBitmap
Replies: 12
Views: 799
Next

Return to advanced search