ISLOCKED()

From Lianjapedia
Jump to: navigation, search

Purpose

Function to test if current record is locked

Syntax

ISLOCKED()

See Also

ISALPHA(), ISLOWER(), ISRLOCKED(), ISUPPER(), LKSYS(), LOCK(), LOCKINFO(), LOWER(), UPPER()

Description

The ISLOCKED() function returns .T. if the current record is locked by the current user, and .F. otherwise. The ISLOCKED() function does not determine whether the current record is locked by another user, the LKSYS() or LOCKINFO() functions can be used for this purpose.

Example

? islocked()
.T.