Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Display text in combo box
Message
De
10/05/2000 17:10:40
 
 
À
09/05/2000 06:38:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00367268
Message ID:
00368327
Vues:
20
I got it to work. I set the comboboxes rowsourcetype to 0. Then I put in the init event of the form:

thisform.combo1.additem(""

Then in the gotfocus of the combobox:

thisform.combo1.rowsourcetype = 3
thisform.combo1.rowsource = "select whllist.longname, whllist.filename from whllist into cursor clwheelsys order by longname"


This allowed me to display the text when the form first loads and then whenever you go to use the combobox it fills with the correct data.

Thanks for getting me on the right track Marcia,

Tyler
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform