Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Get the Exact Value
Message
De
11/08/2003 12:54:25
 
 
À
11/08/2003 10:47:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00818902
Message ID:
00819002
Vues:
10
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform