Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Object is not released
Message
De
10/07/2003 13:46:33
 
 
À
10/07/2003 10:52:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00808842
Message ID:
00808939
Vues:
28
What you are describing is indicating that there is still an existing object reference to the object you think you have released. This reference will keep it alive until its cut. This is why it disappears when you call CLEAR ALL. Have a look in the "locals" window of the debugger and watch out for existing objects.

nox=create("form")
nox.AddObject("label","label")
nox.Show

alive=nox.label &&create an additional reference
nox.Release && nox released but form still visible
release nox && form is still there
nox.release && object nox does not exist any more

RELEASE alive && gone
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform