Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Simple combobox quest
Message
De
11/12/1997 10:22:43
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00065229
Message ID:
00065254
Vues:
41
>>>>Having not used comboboxes, what is the way to populate it with alpha values you wish to use?
>>>
>>>Thisform.Combo1.Additem("A")
>>>Thisform.Combo1.Additem("B")
>>>etc.
>>
>Actually, is there a way to have the combobox appear with a value intact that is the most widely used value? Right now it comes up blank and you have to click to reveal the ones below.

**** combo.inti event
This.AddItem("A")
This.AddItem("B")
This.AddItem("C")
This.Value="A"
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform