Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Start one exe from another?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00139823
Message ID:
00140167
Views:
25
>I have a program that looks for an exe in a drive and if it isn't there prompts the user for the correct drive and then starts the exe on that drive. I'd like to put this in the program group so the user doesn't have to change his/her shortcut in the start menu.
>
>It works fine as a .prg, but when I try to run it as an exe I get the error 'Feature not available.' Any suggestions?
>
>TIA,
>
>E.R. Gilmore

I run VFP exes from VFP exes all the time!. No problem.
You've probably got some code like...
SET STEP ON
or some other command that only works in the development environment

( My error handler ignores "Feature not available" errors)
HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform