Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

A problem before my project

Status
Not open for further replies.

ledu

Programmer
Jul 3, 2001
24
MX
Hi !
I really want to help!
the thing is that I have a system like application,
so this aplication need to have installed VFP.
When I want to run my project I just double click
in a icon in desktop and automaticly open VFP but before
open my project diplay an error 'file ".prg" does not find'
so I thing there is a program I don't know what it is somebody knows what can I do?
I appreciate very much, thanks!
 
Check the CONFIG.FPW file, which runs at startup, if may be calling a PRG that is no longer there.
 
Hi
suggest..
1. Right click on the application icon (windows desktop) and select properties. Now find from the properties.. what is the aplication directory.. then what is the default location from where the application is started.
2. Now, start VFP (assumed installed as you say so).. in the command window... type
set defa to mydirectory
mydirectory is where the application is residing as found under (1). The full path with drive letters may be given.
3. Then type
DO myApplication
where myApplication is the application name as found under (1) above.

Generally, Foxpro will guide you as to the error and the missing file name, unless special error routines were installed by the application creator. This will help you to solve the problem.
-----------------------------------------------
Again in step (1) above.. if the default directory where the application shall start is different from the application directory.. I suggest you key in the directory name .. same as application directory... and try running the application.

Hope this helps :)
ramani :-9
(Subramanian.G)
FoxAcc
ramani_g@yahoo.com
LET KNOW IF THIS HELPED. ENOUGH EXPERTS ARE HERE TO HELP YOU OUT! BEST OF LUCK :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top