Servoy 3.0
MySQL 5.0
I am pulling my hair out on this one.
I have some very small decimal numbers to display. Example: .00008
I would like for these to display as decimals, but they are always displaying in exponential form. Example: 2.9E-4
I have removed the default numeric field mask from the application preferences. I also know that I can manually edit the field mask to allow many decimal places, but I do not like the look of it since there will be trailing zeros. Example: .00008000
These are being stored in the backend database as doubles (double precision numerics).
Is there any way to just have the number display as it should be (.00008)
Thanks,
Jason