Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multi user access
Message
From
24/02/2000 02:06:43
 
 
To
23/02/2000 18:36:14
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00336418
Message ID:
00336602
Views:
20
>I recently met a customer which runs a VFP application from a Server drive. This is that each of the users (about 5) runs the same .EXE located at a mapped drive from his/her computer.
>
> The only problem here is that when an application starts, VFP sends the message "File access denied" and the application continues apparently with no further problems.
>
> Since I've never used this stile of running a program, but rather having each user keep a copy of the .EXE on his/her computer, I'm guessing that this problem lies on the FoxUser.DBF file being shared for many users at the same time.
>
> I'd appreciate any information regarding this matter in order to stop the error message from popping up on the screen.
>

If they all share the same FOXUSER.DBF, mark it and the associated .FPT as ReadOnly - they file is opened exclusively by the first user otherwise. You can also use CONFIG.FPW to turn off the use of the FOXUSER file at all if you don't rely on it by adding a line that reads:

RESOURCE=OFF

to the CONFIG.FPW file.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform