Search found 189 matches: keeping

Return to advanced search

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Re: Harbour CGI

Dear Enrico, We first invented mod_harbour, then we turned it into a CGI exe, keeping the functionality (commands, defines, etc) and functions, classes, etc that we originally developed for the mod_harbour. I don't know how is your Harbour CGI, so I can't compare ...
by Enrico Maria Giordano
Fri Sep 23, 2022 12:46 pm
 
Forum: mod_harbour
Topic: Harbour CGI
Replies: 19
Views: 6246
Next

Return to advanced search