Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Do form ..... sequence of proccessing
Message
From
09/07/2001 11:33:48
 
 
To
09/07/2001 11:15:21
Sammy Derban
Ghana Telecom
Accra, Ghana
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00528123
Message ID:
00528137
Views:
19
>Hello all,
>I have a command button on a form that is supposed to open a new form and
>when the new form has been filled with data and closed, perform some commands after.
>What i experience is the processing of all the commads without waiting for the new form to be closed.
>Any help?
>Thanks.

Your child form is non modal.. so execution continues in the calling program
Solutions are to :
1) make the form modal
2) Put the code in the Load / Unload of the form
3) Put a read events after the do form & Clear events in the Unload of the form

HTH
Will Jones
Previous
Reply
Map
View

Click here to load this message in the networking platform