Hello!
This problem is driving me crazy!...
I've placed a float numeric field and used the following pattern:
num{zzz,zzz,zzz,zz9.99}
This field should display and accept floating point numbers with 2 decimal places and in European format.
The default locale for this form is Portuguese (Brazil).
So... if I type something like 99999 the field displays correctly 99.999,00.
Now, if I type 99999.00, again the field displays correctly 99.999,00.
However, if I type 99999,00 (with a comma instead of a period, which is what I need) the field displays 0,00.
Please, thank you for any ideas!
Marcos