Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Previous Active object
Message
From
02/08/2001 12:38:09
 
 
To
02/08/2001 12:11:28
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00538416
Message ID:
00538939
Views:
11
>I like the idea, but there is no such filed as LastActive. Is this because I am using VFP6?
>thisform.LastActive=thisform.ActiveControl

Right. You would create it as a custom property. Form|Add Property. I'd add it to my form baseclass.

If you go this route, please do make sure you set the property to .NULL. in the destroy of the form. If you don't, when you close the form, it won't really release because there will be an orphaned reference to the object in .oLastActive.

Post back here if you need more details if you chose this route.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform