Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I programmatically click an item in a combobox?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00353058
Message ID:
00353203
Views:
22
Hi Steve.

>> THISFORM.myCombobox.ListIndex = 1 <<

This should work. What happens when you do this?

>> THISFORM.myCombobox.Click() <<

This runs the code in the combo's click method but does not fire the combo's click event. Invoking the method does not trigger the event.

Marcia
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform