J
juvi
Hello,
I have got a little problem. My form has a textbox where the user can enter
a decimal value and after LostFocus event a second textbox gets a value from
a SQL query.
The problem is that the user insert "10,36" and the SQL query only works
with "10.36". How could I change the separator "," to "." only for this Event?
The regional settings from the target machine is "," so it seems that only
SQL need the "."
Thx for any help
I have got a little problem. My form has a textbox where the user can enter
a decimal value and after LostFocus event a second textbox gets a value from
a SQL query.
The problem is that the user insert "10,36" and the SQL query only works
with "10.36". How could I change the separator "," to "." only for this Event?
The regional settings from the target machine is "," so it seems that only
SQL need the "."
Thx for any help