Small numeric values displayed in Servoy

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

Coworker helped me out on this one.

If you use #.######### in the field mask, the trailing zeros did not appear. I thought when I tested it the first time, they did. Not sure what I had done, but regardless, it is fixed now.

Sorry for any confusions.

Jason