This topic is locked

numbers rounding to nearest whole numbers

12/9/2009 2:22:44 PM
ASPRunnerPro General questions
M
mfred author

I have a situatuin with my latest 6.1 application that the numbers are being rounded to whole numbers. For instance, 1.5 becomes 2 when the edit page is submitted.

J
Jane 12/10/2009

Hi,
please make sure this field is set up as DECIMAL or FLOAT in the database.

If it doesn't help publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error.

M
mfred author 12/10/2009

Thanks. It appears that the issue was centered around my use of the database number field size as long interger and decimal places as auto. Just changing the decimal places to a specific number did not seem to handle it. But the combination of size as single and decimal as a specific number seems to be the setting that works. I remembered after the fact that I went through this with earlier apps.