Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
File access is denied
Message
De
27/03/2008 07:19:53
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01306086
Message ID:
01306090
Vues:
10
hi,
thank you ,
i need to let more one users use this project,
how i can do it,
thanks


>Why do you need exclusive access in your application? Exclusive always means single user.
>
>>hi all,
>>
>>i try to run small project at 2 pc at the same time,
>>i get error message file access is denied/ table name/loading form or the data environment,
>>
>>&free tables
>>
>>
>>
>>&&load event
>>If Not Used('trans1')
>>    USE trans1.dbf Alias trans1 Again In 0 Shared
>>Endif
>>
>>SELECT trans1
>>USE trans1  exclusive
>>
>>
>>If Not Used('ttdepname')
>>    USE ttdepname.dbf Alias ttdepname Again In 0 Shared
>>Endif
>>
>>SELECT ttdepname
>>USE ttdepname exclusive
>>
>>
>>If Not Used('errtyp')
>>    USE errtyp.dbf Alias errtyp Again In 0 Shared
>>Endif
>>
>>SELECT errtyp
>>USE  errtyp exclusive
>>
>>If Not Used('emp1')
>>    USE emp1.dbf Alias errtyp Again In 0 Shared
>>Endif
>>
>>SELECT emp1
>>USE  emp1 exclusive
>>
>>
>>
>>thanks for help
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform