I have a FloatItem that supports 15 digits
I enter 222222222222222 into the floatItem.
When I getValuesAsRecord from the form the value for this floatItem is: 2147483647.00
Please advise on how to fix this so that the value retrived from the floatItem is 222222222222222 or 222222222222222 .00
I enter 222222222222222 into the floatItem.
When I getValuesAsRecord from the form the value for this floatItem is: 2147483647.00
Please advise on how to fix this so that the value retrived from the floatItem is 222222222222222 or 222222222222222 .00
Comment