Hello,
I have application lately moved from VFP8 to VFP9. As it is recomended for Windows Vista, I have program files installed in "Program Files" folder. There's no any write operations to this folder. DBF files are installed into "ProgramData" Windows Vista special folder. I tested it on my Vista test machine with UAC turned on and it works fine. It works fine also on account without administative rights. Unfortuantelly, I have a very big problem because a lot of people using this application on Vista is unable to use it because of write error to DBF files. For example, they get error "Cannot update the cursor MY_DATA, since it is read-only" when I try to UPDATE my_data.dbf table (table installed in ProgramData subfolder as I mentioned before). If works fine if I turn off UAC or right click shortcut and run program as administrator. But I don't want to use such methods. Please, help.
Klaudiusz Witoszek