Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
If I knew, I forgot..
Message
 
À
17/02/2011 19:47:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP1
Divers
Thread ID:
01500637
Message ID:
01500662
Vues:
77
>How do I execute a compiled VFP Exe from another VFP Exe?
>
>TIA
>
>dg
>
>Pardon the ring!!!!
>
>    ! /N	myprg.exe
>
DECLARE INTEGER ShellExecute IN SHELL32.DLL INTEGER nWinHandle,;
                                             STRING cOperation,;
                                             STRING cFileName,;
                                             STRING cParameters,;
                                             STRING cDirectory,;
                                             INTEGER nShowWindow
lll = ShellExecute(0, "open", "MyPrg.EXE" , "", "", 1)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform