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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"The file .prg does not exist "

Status
Not open for further replies.

ferscha

Programmer
Apr 20, 2001
4
AR
Hi my bests friends!!

"The file .prg does not exist" message appairs when executing my projects, always I have that message
Some suggestion?

Thanks,


FERSCHA
 
I've found it's usually because you don't have your paths set right. When your program breaks out and gives you the error message, go the the command window, enter cd and see where you're at. If it's not where you thought you were, try adding a line in your start-up program putting you where you need to be.

OTOH, it may also appear if you've not got your syntax quite right. Being relatively new at VFP I have this happen all the time. I just go to to the help files and see what I've left out this time. Actually I set things up so that I pull up 'help' before I even start my project in development. Saves having to pull it up the first time I need it. --Dave
 
Use SET PROCEDURE TO (and possibly SET CLASSLIB TO) before you execute your program.

HTH,
Weedz (Wietze Veld)
veld4663@exact.nl
The Netherlands

They cling emotionally to code and fix development rather than choosing practices based on analytical assesments of what works best.

After the GoldRush - Steve McConnell
 
Thanks to all. Problem solved. GRACIAS!


Ferscha
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top