Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Run and Wait
Message
From
22/01/2002 13:53:56
 
 
To
22/01/2002 13:42:24
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00608551
Message ID:
00608561
Views:
23
Hi John;

>What is the preferred method of running another program and waiting for it to complete. TIA

There is no preferred method for this. But, there is a usual behavior to run programs under a CLICK METHOD of a command buttom. If you want to stop the execution of your program just do something like:
DO FORM MYFORM WITH A,B,..,N
'MYFORM' must be windowtype property seted to MODAL and in the init method:
procedure init
parameters a,b,..,N        && how many you want

endproc
Claudio
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Previous
Reply
Map
View

Click here to load this message in the networking platform