Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfp 6.0 Setup Wizard
Message
From
30/01/2004 15:28:06
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00872406
Message ID:
00872516
Views:
18
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??
Previous
Reply
Map
View

Click here to load this message in the networking platform