Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Corrupted file source
Message
De
21/03/1997 00:01:11
 
 
À
20/03/1997 23:55:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00025120
Message ID:
00025132
Vues:
31
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform