Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I run an existing FoxPro .exe into a MDI Window
Message
From
30/09/2002 14:54:28
 
 
To
30/09/2002 14:14:35
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00706052
Message ID:
00706067
Views:
16
You can create a mennu, each pad would be one of your three options, and a fourth pad to allow you to exit the menu.

You can either open a procedure for each option or call a command like do myapp1, do myapp2, etc

Presumably each app is in its own directory. Therefore you would be better off by creating a procedure for each menu pad with code like this:

cd \applications\app1

do app1

In another procedure you would do:

cd \applications\app2

do app2

etc
Rafael Copquin
Treasurer - Microsoft Users Group of Argentina (MUG)
www.mug.org.ar
Previous
Reply
Map
View

Click here to load this message in the networking platform