Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Best way to add record
Message
 
À
26/03/2002 11:01:03
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00636998
Message ID:
00637318
Vues:
15
Either the record or the table is being exclusively locked for some reason. If you get the message when you are trying to INSERT INTO or APPEND BLANK, then it's the whole file that is locked.

You need to be sure you OPEN tablename SHARED for multiuser operation, or SET EXCLUSIVE OFF before opening any tables. If you are using 'data environments' in your forms, make sure the 'exclusive' property is set to False.

You may also want to review the documentation on the 'buffermode' property if the above doesn't immediately solve your problem - perhaps others will chime in with more info....

>Michael,
>
>What about the Unlock portion of my question? I have a lot of Attepmting to Lock... messages in my app at times.
Kogo Michael Hogan

"Pinky, are you pondering what I'm pondering?"
I think so Brain, but "Snowball for Windows"?

Ideate Web Site
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform