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

GetLockComment

Use this function to retrieve the comment associated with a particular lock.

A lock is a Longview database security feature preventing access to data currently used by another user.

Syntax:

GETLOCKCOMMENT("dataspec.lvdsp")

where:

  • dataspec.lvdsp is the name of the DataSpec file.

Syntax example:

CREATE VARIABLE TXT as string

SET VARIABLE TXT = GETLOCKCOMMENT("Tax_Data.lvdsp")

Published:

GetLockComment

Use this function to retrieve the comment associated with a particular lock.

A lock is a Longview database security feature preventing access to data currently used by another user.

Syntax:

GETLOCKCOMMENT("dataspec.lvdsp")

where:

  • dataspec.lvdsp is the name of the DataSpec file.

Syntax example:

CREATE VARIABLE TXT as string

SET VARIABLE TXT = GETLOCKCOMMENT("Tax_Data.lvdsp")

For an optimal Community experience, Please view on Desktop