Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running an .exe inside an .exe
Message
From
04/10/1996 10:59:12
 
 
To
04/10/1996 10:10:47
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00009314
Message ID:
00009388
Views:
25
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform