Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combobox adds decimals to value
Message
De
22/03/2003 10:19:43
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Combobox adds decimals to value
Divers
Thread ID:
00768908
Message ID:
00768908
Vues:
45
A combobox has an alias as rowsource. Control source is a form property and it's bound to column 2, which is a number (an integer primary key). However, when user changes the combo, This.value has two decimals, presumably because I have SET DECIMALS TO 2... but I don't mean for PK's.

As a workaround I have set This.value = INT(This.Value) in interactivechange. Is there another way to do it?

TIA,

Alex
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform