Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Destroying an object
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01423505
Message ID:
01423521
Views:
36
>>>
>>>
>>>Thisform.RemovObject()
>>>
>>
>>I just tried it but added a parameter to the RemoveObject() as :
>>
>>
>>Thisform.RemoveObject( thisform.oMyObject )
>>
>>
>>I added the above code in UNLOAD method. But I get error. What am I missing?
>>
>>Thank you.
>
>Try
>
>thisform.RemoveObject(thisform.oMyObject.Name)
>
>In the Help:
>
>Removes a specified object from a container object at run time.
>
>
>Object.RemoveObject(cObjectName)


I guess that UNLOAD fires after the DESTROY method. Therefore the object no longer exists in UNLOAD and therefore I get the error.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform