Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Record Locked BY another user
Message
From
10/05/2001 05:12:43
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Record Locked BY another user
Miscellaneous
Thread ID:
00505648
Message ID:
00505648
Views:
57
I have a frustrating problem I can't figure out.

I have a workcursor on a form created with
CREATE CURSOR WORKSPEC FROM ARRAY aFFLDS

When I am in a grid if I modify a field and tab out the command

replace workspec.artno with 'blah'

is executed.

If I move up and back to the same field and type a new value
the command

replace workspec.artno with 'blah2'

is executed.

At this point I get the error "record locked by another user"

The cursor is open excl
buffering is set to 5

In the command window I type
UNLOCK
REPLACE... &&same error

UNLOCK ALL
REPLACE... &&same error

TABLEUPDATE
REPLACE... &&same error

TABLEUPDATE(.t.)
REPLACE... &&same error

TABLEREVERT()
REPLACE... &&same error

TABLEREVERT(.t.)
REPLACE... &&same error

Two questions. Why does it do this?
Why can't I unlock it??
I need the buffering to detect changes in the lines.

Other grids built the same way do not have this behavior.

Any ideas?
Next
Reply
Map
View

Click here to load this message in the networking platform