Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why vfp program doesn't work with windows user limited ?
Message
From
04/05/2007 08:39:35
 
 
To
03/05/2007 08:53:40
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01222138
Message ID:
01222449
Views:
24
>I have a vfp 9.0 program which works well when the current Windows user is an administrator. But when the current user has limited rights (Windows XP) the program can't work cause read only problems.
>i know that a user who is not administrator can't install any software.
>so why Microsoft Word works with limited user and a vfp program do not ?
>is this a vfp problem or windows's ?

Neither. It is a problem in where you store your data. If you store the application's tables in the program directory, or a subdirectory of it, those tables are read-only because the user does not have write permissions in that folder. You must store the data somewhere else. This is even worse in Vista where even administrators cannot write to files in Program Files.

Doug
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform