Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Release Label Obj. Error says only for var&arrays
Message
 
 
À
11/04/2000 04:52:50
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00357847
Message ID:
00357879
Vues:
24
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform