Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Access Denied problem
Message
From
27/09/2014 20:12:27
 
 
To
27/09/2014 18:11:38
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:
01608391
Views:
51
>>>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.
Christian Isberner
Software Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform