Saving numbers when press Save Button

Hello…
I obtain same numbers, form a table… and put into fields of my form database
the numbers are percent, 10,5, 21, 27, etc…
When I press save button, running the form, in the database this valors save multiplied for 100 (as integer)
1050, 2100, 2700…
I’m using sql server…
Some help?
Thanks!!!

You might have a mismatch in locales settings where i.e. , and . are mixed. If you have 10.00 it will be stored as 1000. But does your field type and data type match the floating point?

Is strange. I quit from the page this fields (only shoy to debug), and all works fine…

Well at least it’s solved?

Yes!
Solved…