Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set all Gotfocus and LostFocus to
Message
 
To
30/03/2005 11:25:29
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Novell 5.x
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00999921
Message ID:
00999962
Views:
43
>local loThis
>loThis = _screen.activeform.activecontrol
>
>Use this loThis variable to reference the control whose event got redirected to your form level method.

Personally I use something like this:
LOCAL loThis, laEvents[1]
AEVENTS(laEvents,0)
loThis = laEvents[1]
Regards,
Frank Camp
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform