Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Running an .exe inside an .exe
Message
De
04/10/1996 10:59:12
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00009314
Message ID:
00009388
Vues:
24
>Thanks.. it works with '! /n', but it starts a new session of VFP.. to slow... I do have a read events in each .exe.... Should I class the LBP.exe and instantiate it from main???? That's something else I don't know how to do... any suggestions on doing this??? thanks..

Paul,

as Main & Lbp are both VFP exe's, you do not want to use
the Run/! command to invoke Lbp. simply do the following
in the Main Project in order that the Lbp program will
not be included in Main.


...
x = "LBP"
do &x
... resume main process- whatever
...

it will then go to Lbp without starting Fox all over again,
and will therefore run much faster!

HTH,
Lucien T. Elliott Programmer/Analyst
Staple Cotton CoOperative Association
416 West Market St | Greenwood | MS | 38930 | (662) 453 6231
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform