V8: Error when inserting decimal numbers into grid

Claus Pedersen

Member³
I have a table with a column of type number(3,2).

My system use comma as decimal seperator.

When I try to update the column to ".1", I get error "Variant conversion error for variable :V44".

When I enter 0.1, the column is marked red and is saved as 1 (!), but with no errors.
 
We'll fix it. Needless to say you should be using ,1 instead of .1 but the behavior is of course incorrect.
 
Thanks.

Yes, I know that the number should have been entered as "0,1" but I had just done some PL/SQL coding, so that's why ...
 
Back
Top