Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy used files
Message
De
28/07/2012 11:19:50
 
 
À
28/07/2012 07:29:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01549469
Message ID:
01549481
Vues:
48
This error means that the table is in use, so you must Select the table first, something like
lcSource = 'Z:\C13\tables\weights.dbf'
lcTarget = forcepath(lcSource,'E:\')
lcWorkarea = juststem(lcSource) && You may need to change this line!!
Select (lcWorkarea)
copy to (lcTarget)
NB! Please enable auto quote! Move the mouse pointer to "Message view setup" in the upper right corner of the message area.

>sir, the source dbf in use
>so when i issue your commands then it says
>
>Database z:\c13\tables\acws.dbc: File access denied.
>
>Please help again
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform