Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get the Exact Value
Message
From
11/08/2003 12:54:25
 
 
To
11/08/2003 10:47:55
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00818902
Message ID:
00819002
Views:
9
Winfred, in occasions it also depends on the control where you capture the value.

check the inputmask property.

check the precision, and the number of decimals(in some controls), for example,

In manage the grids with cursors.

I have a field in my table:
Field_aaa N(6,2)

The field in my cursor should be:
Field_aaa N(9,2)

the 9 is the sum of the 6 (Field) + 1 (dot) + 2 (number of decimal precision)

HIH
Previous
Reply
Map
View

Click here to load this message in the networking platform