Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to destroy this object?
Message
From
18/10/2006 16:50:48
 
 
To
18/10/2006 15:54:30
Mike Sue-Ping
Cambridge, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01163091
Message ID:
01163116
Views:
17
>Woops, I accidentally put this in the Picture category.
>
>I have a grid on a form that will create and show a search object in its keypress event. The form also contains a close button. When I select the close button, the form will not destroy when the search object is showing. I have to release the search object before the form will close.
>
>My question is, since the search object is created by the grid and a reference to the search object is stored to a custom grid property, what event/method can I tap into when the form tries to close in order to release and destroy the reference to the search object?
>
>TIA
>Mike
* queryunload
nodef
this.release
* or
RELEASE this
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform