lock
Topic group Related topics Example
The date and time of the last successful lock made to the row.
Property of
LockField
Description
Use lock after a failed lock attempt to determine the date and time of the current lock that is blocking your lock attempt. The date and time are represented in a string in the following format:
MM/DD/YY HH:MM:SS
This format is accepted by the constructor for a Date object, so you can easily convert the update string into an actual date/time.
This property is available only for DBF tables that have been CONVERTed.