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

PROGRAM COMPLING ERROR

Status
Not open for further replies.

giridpi

Programmer
Dec 5, 2003
33
0
0
IN
When i compile my program in foxpro2.6dos "Cant creatre file" error will appear how can solve this problem.

Plz guide me.

Thank U

Giridpi
 
What OS do you use?
Perhaps your disk is full, or perhaps foxpro 2.6 can't find a needed file in the compile process...
Give more information.

Rob.
 
Has something changed?

Did this used to work and now it does not?

If so, what has changed?

Good Luck,


JRB-Bldr
VisionQuest Consulting
Business Analyst & CIO Consulting Services
CIOServices@yahoo.com
 
Fox may have a version of the .FXP resident in memory still.
Try issuing these commands:
Code:
CANCEL
CLEAR PROGRAM 
CLEAR ALL
CLOSE ALL
And if all else fails, quit out f Fox and go back in.


-Dave Summers-
[cheers]
Even more Fox stuff at:
 
If another user (or yourself on another pc) has one of the files opened/locked it won't work. A common scenerio is when someone else is working outside of the project, but still types SET PROCEDURE TO myProcFile.prg

At this point, even though they don't have the prg open, you cannot recompile.



Jim Osieczonek
Delta Business Group, LLC
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top