FoxInCloud
Re: grid col number format
From: | Michele |
To: | FoxInCloud support |
Does V1.40beta 1 fix the issue?
Nothing changes
please try this:
modify command awHTML
replace
IFEmpty(m.lcMask) lcResult = '###'ELSEIF NOT Set("Point") $ m.lcResultLOCAL liPoint liPoint = Ratc('#', m.lcResult) lcResult = Iif(m.liPoint > 0; , Stuffc(m.lcResult, m.liPoint, 0, Set("Point")); , m.lcResult; )ENDIFENDIF
by
lcResult = Chrtran(Chrtran(Chrtran(Chrtran(Chrtran(Evl(m.lcMask, '###'); , '9', '#'); , '.', '¨'); , ',', Set("Separator")); , '¨', Set("Point")); , Chr(160), ' ')
thanks

The correct value should be for each record
11
10
6
as i defined in the imputmask '999999'
As previously asked,
can you post the Browser form and the equivalent VFP form with the exact same data?
thanks
I still have the problem with the Integer fields in grid. I set "InputMask = 999999" and i still see 38213,0. The decimals should not be in the field ?????
can you post the equivalent VFP form with the exact same data?
In the first column (Riga) the field is integer, inputmask = '999' and format = "Z"
In the fifth column (Quantità) the field is numeric, inputmask = '999,999.99' and format = "Z"
hi,
regarding
Can you precise, for each column where you see a discrepancy:
- format
- inputmask
and post the equivalent VFP form with the exact same data
thank you