GetLockUser
Use this function to retrieve the name of the user who created a particular lock.
A lock is a Longview database security feature preventing access to data currently used by another individual.
Syntax
GETLOCKUSER("dataspec.lvdsp")
where:
- dataspec.lvdsp is the name of the DataSpec file.
Syntax example
CREATE VARIABLE TXT as string
SET VARIABLE TXT = GETLOCKUSER("Tax_Data.lvdsp")