This topic is locked
[SOLVED]

 wrong decimal value

1/6/2014 11:34:31 AM
ASPRunnerPro General questions
G
georgweber author

On asprunner 8.0 i got following problem.
i have a Database field price as decimal(10,2)
When i add a value on this field like 10,5 on the add page and save it, on the list page i get the value 105,00 instead of 10,5.

When i add the value 1,5 i get 15,00

When i add 0,8, i get 0,8
any help please

Sergey Kornilov admin 1/6/2014

Make sure correct regional settings are selected in your ASPRunnerPro project on Miscellaneous screen. I guess comma is not treated as a decimal point as you expect it to be.

G
gonzalosb 1/7/2014

you can try to use point "." instead of comma ","

G
georgweber author 1/7/2014

same with point. The Miscellaneous setting is language portugues.

Sergey Kornilov admin 1/7/2014

If you need more help post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program. We would need to have a quick set of instructions on reproducing this issue.

G
georgweber author 1/16/2014

Now it´s fixed and ok with the update 19901. Thank´s