Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
When for custom Controls
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00596595
Message ID:
00596995
Views:
21
>Correct and it always seems to run the controls GotFocus.
Caroline,


Then make each control inside the class delegate its GotFocus to the parent object;
* Internal control's GotFocus
IF NOT This.Parent.GotFocus()
   NODEFAULT
ENDIF
Now in your outer control's gotfocus you can do what Vlad suggested just make sure you return .f. if you disallow entry
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform