Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Corrupted file source
Message
From
21/03/1997 00:01:11
 
 
To
20/03/1997 23:55:56
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00025120
Message ID:
00025132
Views:
28
>How can you delete two times the same file? Since the disk access is done on a single thread... I don't see any possibility.

I had to do this kind of mecanism to avoid File Access Denied error.

FUNCTION RemoveFile
LOCAL lcOldError
lcOldError=ON('ERROR')
ON ERROR A=1
ERASE ...
ON ERROR &lcOldError

So, I guess a collision was occuring before. Now, I don't have this message anymore. But, I suspect this is where the cause of the corruption file is.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform