Search found 60 matches: moon

Return to advanced search

Re: I'm not asking for the moon... Resolved!!

Great that you have a solution. I have been dealing a bit with the issue that the numbers are filled from right to left and
that one can navigate with the TAB key, with the cursor always standing on the right in overwrite mode.

Image
by Otto
Fri Jan 19, 2024 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2117

Re: I'm not asking for the moon... Resolved!!

¿ No hay gracias para los que intentaron ayudar ?
Algunos ya pasamos por el trance y desistimos por siempre jamás
by paquitohm
Fri Jan 19, 2024 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2117

Re: I'm not asking for the moon... Resolved!!

Resolved! Otto, no strtran !!! Cesar, No bgotfocus and blostfocus Jimmy, No "@9" picture Resolved !!! Only in my initial test was the statement missing: FWNumFormat( "E", .t. ) and the picture to put is "@E ###.##" Now it seems run ok as U can see on video https://i...
by Silvio.Falconi
Fri Jan 19, 2024 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2117

Re: I'm not asking for the moon...

Why don't you try using STRTRAN(). It is the solution here. Yes, do you test with STRTRAN ? run all ok ? sure ? IF nMode==2 //modify ntest1 := STRTRAN(str(oBrowse:aArraydata[nRecord][2]), ".", ",") ntest2 := STRTRAN(str(oBrowse:aArraydata[nRecord][3]), ".", ",&quo...
by Silvio.Falconi
Fri Jan 19, 2024 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2117

Re: I'm not asking for the moon...

hi Silvio, i have try your Sample and it seems me "wrong PICTURE" for "Calculater" Style *   local cPicture:="@Z 999.99"   local cPicture:="@S@F6.2" but you need to use "." and not "," (Komma) from NotePad aGet[1]:bLostFocus := ...
by Silvio.Falconi
Fri Jan 19, 2024 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2117

Re: I'm not asking for the moon...

hi Silvio, i have try your Sample and it seems me "wrong PICTURE" for "Calculater" Style *   local cPicture:="@Z 999.99"   local cPicture:="@S@F6.2" but you need to use "." and not "," (Komma) from NotePad aGet[1]:bLostFocus := ...
by Jimmy
Fri Jan 19, 2024 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2117

Re: I'm not asking for the moon...

Otto wrote:Why don't you try using STRTRAN(). It is the solution here.


where i I must put STRTRAN????????
by Silvio.Falconi
Fri Jan 19, 2024 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2117

Re: I'm not asking for the moon...

Why don't you try using STRTRAN(). It is the solution here.
by Otto
Fri Jan 19, 2024 9:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2117

Re: I'm not asking for the moon...

Hello Silvio, I'm sorry I can't be of more help. Here, when I use STRTRAN() in addition to Cesar's code, I get the desired result. Maybe you could post the example including xbrowse(), so we can replicate the problem. But my focus is on a different approach now. Best regards, Otto I insert a test o...
by Silvio.Falconi
Fri Jan 19, 2024 8:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2117

Re: I'm not asking for the moon...

Hello Silvio,
I'm sorry I can't be of more help.
Here, when I use STRTRAN() in addition to Cesar's code, I get the desired result.
Maybe you could post the example including xbrowse(), so we can replicate the problem.

But my focus is on a different approach now.
Best regards,
Otto
by Otto
Fri Jan 19, 2024 8:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2117

Re: I'm not asking for the moon...

Before saving, use VAL() unlike you I try my programs over and over again and don't hand the client something that doesn't work well. It's not easy at all, as I told you in the Xbrowse table I have the numeric figures with commas, then when I go to make the change I find them with the separation po...
by Silvio.Falconi
Fri Jan 19, 2024 7:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2117

Re: I'm not asking for the moon...

Before saving, use VAL()
by Otto
Thu Jan 18, 2024 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2117

Re: I'm not asking for the moon...

Otto wrote:Yes, see this line.

oGet[1]:bGotFocus := {|| (oGet[1]:cText := STR(VAL(oGet[1]:cText) *100,6), oGet[1]:Refresh(),oGet[1]:SelectAll()) }
Cesar, changed the GETs to character that you get the inputstyle you wanted.

Yes but nvar Is text array but i have numbers no texts
by Silvio.Falconi
Thu Jan 18, 2024 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2117

Re: I'm not asking for the moon...

Yes, see this line.

oGet[1]:bGotFocus := {|| (oGet[1]:cText := STR(VAL(oGet[1]:cText) *100,6), oGet[1]:Refresh(),oGet[1]:SelectAll()) }
Cesar, changed the GETs to character that you get the inputstyle you wanted.
by Otto
Thu Jan 18, 2024 9:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2117

Re: I'm not asking for the moon...

Otto wrote:Use STRTRAN()

Perhaps we not understading the problem...
in the xbrowse table I have the numerical digits with the comma separator, then when I go to make the change I find the digits with the dot separator, do you think this is normal?
by Silvio.Falconi
Thu Jan 18, 2024 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2117
Next

Return to advanced search