Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Beginners combo box question
Message
 
À
05/05/2000 17:05:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00366803
Message ID:
00366827
Vues:
13
>How do I put values into a combo box?
>Is it a bad idea to hard code values in a combo box?
>
>tia
>
>Josh



I didn't think a beginner's question would be coming from Dan. *bg*

There are quite a few ways to populate a combo. Just look at all the choices you have under RowSourceType! There are valid cases where you'd want to hardcode a small number of choice for a combo. To do that either select "Values" as the RowSourceType, then list the choices in the RowSource, or you can select "None" for the RowSourceType and add items to the combo in code with the AddItem or AddListItem methods.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform