Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Path
Message
 
 
À
16/02/2007 14:44:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Re: Path
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01196696
Message ID:
01196699
Vues:
17
This message has been marked as the solution to the initial question of the thread.
>The DBF are in g:\gestion\dbase. For security, using Windows XP, we don't give permissions to users to access g:\gestion. In the application, the users can open table with USE g:\gestion\dbase\table.dbf... no problem. But on a PACK, we got an error from VFP... because the way to access directory seems not the same as another vfp command. During a PACK, a temporary TMP table is created and when vfp try to rename or copy TMP table to original... it give error "file does not exist". The cause is the permission not allowed in g:\gestion. Because when we give permission to the directory g:\gestion... we have no problem. Without change the permission, because network admin does not want, is exist a way to avoid that problem with PACK?

You can replace PACK with select * from Original where not deleted(), ZAP in original and insert into Original select * from curTemp
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform