Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ComboBox not showing Second field
Message
De
10/06/1999 17:52:36
 
 
À
10/06/1999 17:47:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00228583
Message ID:
00228586
Vues:
17
>I have a table that contains two fields (let's use state code
>and state description). What setting do I need to have to show
>both the state code then the state description in a combobox
>when it is not selected (user has not clicked on it yet)?
>
>I'd also like to see the best way to use a rowsource for this
>excercise since there are 10 options here...

Combo.RowsourceType=6
Combo.Rowsource="Mytable.State,Description"
Combo.ColumnCount=2
What do you want to see in text portion of the combo? Both fields together or just State?
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform