Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modal forms
Message
From
18/05/2001 12:23:28
 
 
To
18/05/2001 11:53:25
Chuck Tripi
University of Wisconsin - Milwaukee
Milwaukee, Wisconsin, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00508456
Message ID:
00508796
Views:
24
>I am sorry but I still didn't "get it"? You mean there is still more "things/code" to do after "ThisForm.RELEASE" and the next line "DO FORM auth" is running ahead of time preventing from the previous form to finish closing up?
>

PMFJI,

Yes, you have 'things/code' after 'thisForm.RELEASE'. You have "DO FORM". And it is running, preventing the code after that line from running, thus preventing the form from releasing completely.

To get the effect you want you could try:
thisForm.hide()
DO FORM
thisForm.release()
I am not recommending this method...but it will give you an idea of what is happening.
Steve Gibson
Previous
Reply
Map
View

Click here to load this message in the networking platform