Locked Record

D

Daniel

Good morning,

Could someone show me how I can using an event detect if the active record
has been locked by another user.

Is there a way to determine which user has locked that specific record?

Thank you for the help!

Daniel
 
A

Alex Dybenko

Hi,
what you can do - is to try to lock this record (say open recordset in
locked mode) - if you get an error - then record is locked already
 
Top