Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combobox
Message
De
02/12/2002 11:58:34
 
 
À
02/12/2002 11:52:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00728644
Message ID:
00728646
Vues:
17
I have added a new combobox to a form and am having a hard time getting it setup. I have a list of values that I want to make available to the users, however the list is too long to put into the RowSource field. What other option do I have to display the list to the user?

You could put it in the Combobox.Init()
This.RowSource = "Option1,Option2,etc."

or you could use AddItem(cOptionText)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform