Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I programmatically click an item in a combobox?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00353058
Message ID:
00353225
Vues:
17
Hi Steve.

>>I got it working using Nadya's solution.

THISFORM.myCombo.ListIndex = 1
THISFORM.myCombo.DisplayValue = "1" <<

Is the data type of the field the combo is bound to numeric then? If so, you need to set the BoundTo property of the combo to true. Then it will work without the second line of code.

Marcia
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform