Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Automate listbox popup
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00589447
Message ID:
00589459
Vues:
25
>I was wondering if there is a way to programmatically cause a combo box to open based on validating data entered. What I want to do is perform a check of the data entry against the query/table in which the value which populates my combo box extist, and if that value does not match, have the combo box open automatically, presenting the list of choices for data entry. Can this be done?
>
>TIA
>
>Richard W. Bates

You could use this:
thisform.mycombo.setfocus()
keyboard "{Alt+DnArrow}"
You might want to somehow let the user know that the value is incorrect before this otherwise it might be seen as a bug.
HTH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform