Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why won't my form be released?
Message
From
03/04/2003 12:14:40
 
 
To
02/04/2003 22:00:50
General information
Forum:
Visual FoxPro
Category:
CodeMine
Miscellaneous
Thread ID:
00773396
Message ID:
00773634
Views:
13
>DO FORM user TO loclicked
>IF loclicked
>Thisform.Caption="Release"
>Thisform.Release()
>ENDIF

Hi,

I just realized that you are probably using thisform from outside the form object. You can only use the reference "thisform." from a method inside a form.

Try using the following to release the form from outside the form.
loclicked.release()
IF it still sticks around do:
loclicked = .null.
Carole Shaw
Fred Hutchinson Cancer Research Center

Eagles may soar, but weasels don't get sucked into jet engines.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform