Search found 336 matches: explanation

Return to advanced search

Re: hb_getEnv("PRGPATH")

Dear Antonio, thank you very much for the link and your kind explanation. It helped me a lot :)
Kind regards and have a nice day
Ruth
by Ruth
Wed May 08, 2024 7:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_getEnv("PRGPATH")
Replies: 8
Views: 143

xbrowse (likely a custom table) whose contents change dynam

... result would then be assigned to the HASH and sent back to the client. hData['data'] := here is the result of the e.g. filter evaluation Detailed Explanation Variable Initialization: hData: A hash to store the response data. hPost: A hash to store the decoded JSON body from the request. nIdx: ...
by Otto
Sat May 04, 2024 7:42 am
 
Forum: mod_harbour
Topic: xbrowse (likely a custom table) whose contents change dynam
Replies: 0
Views: 57

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: 224

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: 315

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: 706

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: 1370

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: 556

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: 590

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: 590

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: 590

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: 1693

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: 1693

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: 1693

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: 894

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: 226
Next

Return to advanced search