Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Closing Forms Before Calling other Forms
Message
 
To
26/08/1998 16:03:41
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00130254
Message ID:
00130304
Views:
26
It's a handy little trick. I think I picked it up at DevCon a few years ago, but who remembers? I originally saw it used as a way to make a form appear to close instantly even if it had to do some processing before it was actually released. Gives the user instant feedback which is always nice.

>Thats pretty clever, Josh. Hmmm.
>
>
>>Try this:
>>
>>THISFORM.Hide()
>>DO FORM NewForm
>>THISFORM.Release()
This actually runs the new form then releases the old one, but it gives the appearance that the original one is closing first.
>>
>>>I have a form containing a command button. The click event of that command button calls another form. How do I close the Initial form before the other one is called.
Previous
Reply
Map
View

Click here to load this message in the networking platform