Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Closing Forms Before Calling other Forms
Message
 
À
26/08/1998 16:03:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00130254
Message ID:
00130304
Vues:
24
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform