Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Run and Wait
Message
De
22/01/2002 13:53:56
 
 
À
22/01/2002 13:42:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00608551
Message ID:
00608561
Vues:
20
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform