Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Access Denied problem
Message
From
28/09/2014 15:11:04
 
 
To
27/09/2014 20:12:27
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01608384
Message ID:
01608413
Views:
31
>>>>I have a nice little Excel graph created using VFP code. It works great the first time. But the remaining Excel table won't allow VFP to overwrite the previous xls table produced using COPY TO. The message I get is 'Access Denied' when the overwrite is being attempted.
>>>>
>>>>Using VFP code, how do I get past the access denied situation and overwrite the old Excel table so the next chart may be produced?
>>>
>>>How did you create the first Excel file, using automation?
>>
>>I used the Visual FoxPro COPY TO command to copy a VFP table to an Excel xls file:
>>
>>Here is the code: COPY TO Graphtable TYPE XL5
>
>Normally after the copy command the XLS file is not in use, so you should not receive an Access denied error when you copy the second time over the same file. Unless another process opens that file in the meantime.
>Did you try to
>IF FILE("Graphtable.xls")
> ERASE Graphtable.xls
>ENDIF
>Before doing the copy?
>Also what might help, while you are getting the Access denied error, check which procedure locks the file. You can use a program like Unlocker to check which process is locking a certain file.

Maybe this is a better question to ask. The graphtable.xls file is Read Only. How can I set the attribute of the file to Normal using Visual FoxPro code?

On another note - Wouldn't it be nice is the attributes of a file created with COPYTO could be set in the COPYTO command?
I ain't skeert of nuttin eh?
Yikes! What was that?
Previous
Reply
Map
View

Click here to load this message in the networking platform