Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Lost file
Message
 
 
To
24/10/2005 12:18:47
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01061624
Message ID:
01061625
Views:
11
>My application has an external prg file that is used to execute a complex SET FILTER TO statement. I have a menu item to execute the prg as in DO SPECIAL_FILTERS. This works fine in the development environment, but in the runtime environment I get a 'file SPECIAL_FILTERS.PRG does not exist' error. This same error occurs if I include the full path to the file as in DO 'c:\program files\myapp\SPECIAL_FILTERS'. The file is definately there. Why can't the application see it?

The runtime cannot run .PRG only .FXP. If you create the program on the fly than you have to COMPILE it.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform