Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vfp 6.0 Setup Wizard
Message
De
30/01/2004 15:28:06
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00872406
Message ID:
00872516
Vues:
19
You need only one READ EVENTS per application to tell VFP to stop and react to user input. So you don't need another READ EVENTS in your parent form when calling the child form.

If you have an exit button on the child form, the child form should close itself and send back the exit command to the parent form. The parent form will then close itself down and issue it's CLEAR EVENTS.

HTH

>Another question:
>When myParent form calls a child form should I have it say
>do form myChild
>Read Events
>
>and put a Clear Events in the unload of myChild form?
>
>What about in the case where there is an EXIT button on the myChild form, the click of which has an thisForm.release()
>
>In this case does the Clear Events go into the Unload of the myChild form??
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform