Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Holding Program Execution During External EXE File Run
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00754432
Message ID:
00754436
Vues:
24
>Dear friends,
>
>I wish to run a exe file from VFP7 which is possible through
>run / ! / _shellexecute from FFC System Utillities.
>
>Problem is : I want to hold the program from executing any furthere till the user terminates the external program.
>
>For example:
>
>Run/N calc.exe
>
>Wait Window "After Calc is Crossed"
>
>The wait window should only come once the Calc application is crossed / terminated.
>
>Any ideas ?
>
>Thanks
>
Aashish,
oShell = CREATEOBJECT("WScript.Shell")
oShell.Run("Calc.exe", 5, .T.)
Wait Window "After Calc is Crossed"
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform