Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form releasing
Message
 
 
To
02/07/2002 13:21:11
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00674077
Message ID:
00674633
Views:
18
Winn,

If the launched form is not modal, then execution will come back into the method that launched the form and you could self release:

* cmdDoTheOtherForm.Click() method

do form TheOtherform
thisform.Release()



>>How are you launching the forms? Is it possible that a method of the form is still in the calling stack? If so the form won't be released until it comes off the execution stack.
>>
>Hmmmm... well that anwers that.
>Yeah, I am launching them that way. Is there a more preferred method?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform