Problem with decimal .

Hi ,

i try to save in an single form one field with as decimal , but always truncate the decimal digits, for example i type 2,123 and save 2,000.

Mysql - > Decimal 8,3
scriptcase regional No or yes give excact the same problem.

Can anyone help me ?

Thanks

Did you set the ‘Decimal Precision’ under ‘Values Format’ to 3?

jsb

Yes

but finally the problem resolved when change, from the connection the decimal symbol from “,” to “.”

dag.

You should also take into account that this is partly depending on the browser. So this may be a . in one language of the OS (which transfers to the browser) and a , in another…
It of course depends on the field type…