Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Selecting combo value programatically
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00147553
Message ID:
00147557
Vues:
28
>I would like to programatically select one of the values in a combo box. How do I do this? Any code samples appreciated.
>
>Assume that I know all the possible values in the combo box. Example: I want to specify "Apple" not item number 4.

Evan,

THISFORM.Combo.Value = "Apple"

or

THISFORM.Combo.Value = PADR("Apple",LEN(THISFORM.Combo.Value))
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform