Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo box doesn't keep the display value selected
Message
De
04/08/1999 17:44:10
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00249881
Message ID:
00249976
Vues:
24
Her you go Joe,
ComboBox.BoundTo       =.T.
ComboBox.BoundColumn   =2
ComboBox.RowSourceType =3
ComboBox.RowSource     ='select DescriptionField, ValueField from Table'
Or if you want the Value to appear next to the Description:
ComboBox.RowSource     ='select ValueField+": "+DescriptionField, ValueField from table'
Note the double quotes as opposed to single quotes.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform