Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trouble with Switching Focus
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00344865
Message ID:
00345131
Views:
27
>>Put your code in the ComboBox.InteractiveChange method.
>
>Right! That's what I needed to know. I don't have access to my app at the moment, to test it. Will the Valid() event still be triggered, if the the app exits the combo box via the InteractiveChange()?
>
>Thanks!
>
>Michael Reynolds


Yes, the Valid will still fire after the InteractiveChange has fired. As a matter of vact, the Valid fires twice.

cbo.InteractiveChange()
cbo.Valid()
Your SetFocus() happens
cbo.Valid()

This is with the SetFocus in the InteractiveChange.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform