Okay, this one has me stumped.
For the life of me, I cannot figure out how to stop my application from creating FOXUSER.DBF/FPT in the default startup directory.
In fact, while trying to run a VFP version of an .EXE in the same directory as a Fox 2.x version, I get the followinf error:
when I run the VFP 9 app, even though the file is not opened exclusive. The only way I could get that error to stop was to mark the file read only.
I have a CONFIG.FPW file included in the project which contains RESOURCE=OFF.
Using a standalone CONFIG.FPW file with that command line in it still creates the resource file.
One exe I made didn't create the FOXUSER, but upon exiting produced an error to the tune of "FOXUSER.DBF not found".
I don't want FOXUSER used. I don't even want it even created. But if it is created, I want to ignore it. I know in the past, I was able to have it not created. But it hasn't really been an issue until lately. I'm wondering if there is something wrong in my brain or if anyone else has seen this behavior.
-Dave Summers-
Even more Fox stuff at:
For the life of me, I cannot figure out how to stop my application from creating FOXUSER.DBF/FPT in the default startup directory.
In fact, while trying to run a VFP version of an .EXE in the same directory as a Fox 2.x version, I get the followinf error:
Code:
"Access denied [i]d:\startup_dir[/i]\FOXUSER.DBF"
I have a CONFIG.FPW file included in the project which contains RESOURCE=OFF.
Using a standalone CONFIG.FPW file with that command line in it still creates the resource file.
One exe I made didn't create the FOXUSER, but upon exiting produced an error to the tune of "FOXUSER.DBF not found".
I don't want FOXUSER used. I don't even want it even created. But if it is created, I want to ignore it. I know in the past, I was able to have it not created. But it hasn't really been an issue until lately. I'm wondering if there is something wrong in my brain or if anyone else has seen this behavior.
-Dave Summers-
Even more Fox stuff at: