Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best way to add record
Message
 
To
26/03/2002 11:01:03
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00636998
Message ID:
00637318
Views:
16
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
Previous
Reply
Map
View

Click here to load this message in the networking platform