Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Thisform.release
Message
 
À
26/04/1999 07:33:52
Nikki Bannister
K&M Computer Systems Ltd
Birmingham, Royaume Uni
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00212108
Message ID:
00212111
Vues:
34
>Could anyone help.
>
>Where would thisform.release be ignored?
>
>I have used it in a case statement
>
>do case
> case llvar = .T.
> thisform.release
> case etc........
>endcase
>
>llvar is True, but thisform.release is ignored.Why?
>
>Thanks
>
>Nicky

You might still have a "dangling object" somewhere... This is when you have a variable that might still be in scope that is pointing to an object on the form. Or even a property on the form pointing to a specific "First TextBox Entry" field. In either case, you must first release the variable, then the form.release should be ok.

HTH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform