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!

Error loading file

Status
Not open for further replies.

MaryG

Programmer
Mar 26, 2001
26
AU
:-0:-0:-0
Hi,
Can anyone help me???? When I try and modify my form I am getting the error:
Code:
Error loading file - record number 14. Cursor11 <or one of its members>.: File access is denied
When I try and run my form I am getting the error:
Code:
Error loading file - record number 15. Form1 <or one of its members>.Loading form or the data environment: File access is denied
I tried browsing the form as a table and going to rows 14 and 15 to see if I could work out what to fix but I couldn't. I was working on this form yesterday and last time I ran it it was okay, but I must have some error in it somewhere that is rearing it's head today. Does anyone have any ideas?
Mary

 
Don't worry about answering this one. I was premature in posting it. I have sorted the problem out. Record 14 contained the directory path for one of the .dbfs used. For some reason it was pointing to the wrong directory. I changed this and now it works. Thanks anyway.
X-)
Mary
 
Following could be the cause....
1. The database is corrupt. (This specific DBF)
2. You have opened the project and then with this open, you are trying to run the form.. (Your default config is SET EXCLUSIVE ON !.. set this to OFF or close the project and run the form alone).

Hope this helps you ramani :-9
(Subramanian.G)
FoxAcc
ramani_g@yahoo.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top