Skip to main content
insightsoftware Documentation insightsoftware Documentation
{%article.title%}
Published:
Was this article helpful?
0 out of 0 found this helpful

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 user.

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")

Published:

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 user.

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")

For an optimal Community experience, Please view on Desktop