lockedrecordlist
LIST

The lockedrecordlist statement returns a list of records locked in the current database.


Parameters

This statement has one parameter:

list – field or variable to hold the list of locked records.


Description

This statement returns the number of records locked in the current database, and also returns a list of those records (listed by record ID number). This statement has one parameter, the name of a field or variable to receive the list. The result will be formatted like this:

Ok: 2 records locked
378
864

This procedure displays the number of records locked in the current database.

local locks
lockedrecordlist locks
message firstline(locks)[4,-1]

See Also


History

VersionStatusNotes
10.2NewNew in this version.