Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy memo fails if file exists
Message
 
 
To
10/11/2011 15:15:48
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01513136
Message ID:
01528601
Views:
41
>>>Copy memo contents to (lcTempFile)
>>>ERASE (lcFile)
>>>COPY FILE (lcTempFile) TO (lcFile)
>>>
>>>Would that still give an error?
>>
>>The file name is already unique and the path is supposed to be local path - ProgramData directory on user's machine.
>>
>>However, the user uses Citrix and I don't know how this fact contributes into the problem.
>
>I thought with this workaround you could better isolate the problem to the copy command, or alternatively use Filesystemobject to do the copying to the final destination.

I already changed that code to use extra try/catch and sys(2015) + Application.ThreadID instead of sys(3) which was used before. Now I'm waiting for he client to test these changes to see, if they fix the error or not.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform