Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Thisform.release
Message
 
To
26/04/1999 07:33:52
Nikki Bannister
K&M Computer Systems Ltd
Birmingham, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00212108
Message ID:
00212111
Views:
35
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform