Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Automate listbox popup
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00589447
Message ID:
00589459
Views:
23
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform