Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Release Label Obj. Error says only for var&arrays
Message
 
 
To
11/04/2000 04:52:50
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00357847
Message ID:
00357879
Views:
22
>>The release command says it is only for variables and arrays.
>>The destroy event says it is triggered by the Release command.
>>I have tried it different ways.
>> I need help please
>>Thank you
>>George
>
>
George,
>For objects use removeobject. ie: If you want to remove thisform.myLabel :
>
>thisform.RemoveObject("myLabel")
Or you can create a custom method in your Label class called Release with Release THIS in it. Then it turns into a simple call to THISFORM.Mylabel.Release to release an object.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform