Search found 190 matches: keeping

Return to advanced search

Mod Harbour: ChatGPT Provides Detailed Answers

... keep the FiveWin/Harbour syntax for screen programming on the web or switch to pure HTML depends on various factors. Here are some considerations: Keeping the FiveWin/Harbour Syntax Advantages: Familiarity: Users who are already familiar with FiveWin/Harbour can apply their knowledge directly to ...
by Otto
Sat May 18, 2024 9:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mod Harbour: ChatGPT Provides Detailed Answers
Replies: 19
Views: 621

Re: passing a value through a for..next loop

... in a separate function using the loop variable as one of the parameters of the function. Please search for detached locals in this forum. Keeping this principle in mind, I am sure you can yourself modify the program to use the index in bChange also. For now, I am modifying the above program. ...
by Silvio.Falconi
Tue May 14, 2024 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 14
Views: 566

Re: passing a value through a for..next loop

... in a separate function using the loop variable as one of the parameters of the function. Please search for detached locals in this forum. Keeping this principle in mind, I am sure you can yourself modify the program to use the index in bChange also. For now, I am modifying the above program. ...
by nageswaragunupudi
Mon May 13, 2024 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 14
Views: 566

Re: Google Graph extra graphic ? (Navaro)

... but I agree, seeing this there is a potential use for it (in my case this program) As you try, My controls of FW are froozen or the html code is keeping buzy because I can't click or even select the program. I run it from samples folder, so background etc should work. the Eval(Java) code.... ...
by Marc Venken
Wed Feb 21, 2024 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 3094

SetArray xBrowser

... that only occurs once in the browser, it returns the description of that element in the first line and column, but it does not renew the image, keeping the first line with the 3 images initially placed. Is the procedure correct? Thanks, Oliveiros Junior
by oliveiros junior
Tue Dec 12, 2023 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetArray xBrowser
Replies: 2
Views: 280

Re: Help splitting up a character address string

... into smaller, manageable files. For example, you can have a separate file for each method of a class, adhering to programming best practices like keeping functions to a single printed page. Syntax Examples: $-> is used to link include files and make simple textual substitutions. Placeholders ...
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: 728

Re: Lost connection to MySQL server during query

... is intended to advise the user to restore the physical connection and try the operation again. We considered this important instead of just keeping the application hanging and keeping the user in suspense.
by nageswaragunupudi
Fri Jul 28, 2023 10:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12754

Re: build Import LIB from LibPQ.DLL

... https://www.science.co.il/language/Locale-codes.php Is the German "Umlaute" issue is resolved now? ( by keeping FW_SetUnicode() to .F.) no Problem with German "Umlaute" any more do not need to use FW_SetUnicode(.T. / .F.) Please also share the ...
by Jimmy
Thu Jul 20, 2023 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2969

Re: build Import LIB from LibPQ.DLL

Thanks for sharing the information.
What is "WIN1252" ?
Is the German "Umlaute" issue is resolved now? ( by keeping FW_SetUnicode() to .F.)
Please also share the code for creating a table with WIN1252
by nageswaragunupudi
Thu Jul 20, 2023 5:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2969

Re: GET and bLostFocus

... the get is not validated or even known, so the change is doing it with the original data in the get. Aslong we don't enter the get the the get is keeping the original data. I see the problem : the newdata in the get is not yet confirmed. so can't be saved. I do think there is a data in Get that ...
by Marc Venken
Thu Jul 13, 2023 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET and bLostFocus
Replies: 10
Views: 575

Re: FW_SetUnicode( .T. ) 2-Byte characters

... - The first 2-byte char is ok - all the following are not ok - Pasting one or more 2-byte chars from the clipboard is working! Did you try keeping FW_SetUnicode( .f. ) // default and try setting   HB_LangSelect("DE")   HB_SetCodePage("DEWIN") Used DE850 ...
by frose
Wed Jun 21, 2023 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2346

Re: FW_SetUnicode( .T. ) 2-Byte characters

cVar2 using EDIT control is correct but cVar1 using GET control is not correct?

I need to do more tests at my end.

Did you try keeping FW_SetUnicode( .f. ) // default
and try setting
Code: Select all  Expand view
  HB_LangSelect("DE")
   HB_SetCodePage("DEWIN")
by nageswaragunupudi
Wed Jun 21, 2023 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2346

Re: CLASS modification

... in internet infrastructure, enhanced security measures, and reliable customer support are some areas where improvements have been made. It's worth keeping an open mind - please see your post to Silvio, which I support 100%. Thank you for sharing your experiences and insights. If you and your clients ...
by Otto
Fri May 26, 2023 5:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1886

Re: error in toexcel()

This is not an error. ToExcel works perfectly. Keeping SysRefresh() already fixed the issue with Harbour, The comment is only for information why SysRefresh() is used for Harbour only but not for xHarbour. You can confidently use the existing method ...
by nageswaragunupudi
Sat Nov 26, 2022 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error in toexcel()
Replies: 1
Views: 225

Re: Newbie Question : XBROWSE

... of the code next to ACTIVATE command is executed only after the modal window/dialog ends and all the child controls are destroyed. In these cases, keeping the <cleanupCode> just after the statement ACTIVATE .. is ok. NONMODAL ACTIVATION:    ACTIVATE WINDOW oWnd / ACTIVATE DIALOG oDlg NOMODAL  ...
by nageswaragunupudi
Sat Nov 26, 2022 5:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 1562
Next

Return to advanced search