Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Equivalent for 'Lostfocus' for a command group?
Message
From
19/07/1999 19:11:50
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00243262
Message ID:
00243352
Views:
27
>You can add a custom method to the command group container called mLostFocus. Then in your command button class LostFocus you can add the code:
>if upper(This.Parent.BaseClass) = "COMMANDGROUP"
>   This.Parent.LostFocus
>endif
>As long as any command button you add to the group is of this class, the container LostFocus will be called each time a command button in the group loses focus.


yeah - now that looks the kind of thing I need...

Thanks


Harry
Previous
Reply
Map
View

Click here to load this message in the networking platform