Difference between revisions of "LKSYS()"

From Lianjapedia
Jump to: navigation, search
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to return lock status of current record
 
Function to return lock status of current record
 
  
 
==Syntax==
 
==Syntax==
 
LKSYS(<expN>)
 
LKSYS(<expN>)
 
  
 
==See Also==
 
==See Also==
[[FLOCK()]], [[ISLOCKED()]], [[LOCK()]], [[LOCKF]], [[LOCKINFO()]], [[LOCKR]], [[RLOCK()]], [[UNLOCK]]
+
[[FLOCK()]], [[ISLOCKED()]], [[LOCK()]], [[LOCKINFO()]], [[RLOCK()]], [[UNLOCK]]
 
+
  
 
==Description==
 
==Description==
 
The LKSYS() function returns information regarding the lock status of the current record.  The parameter <expN> is used to specify what type of information is returned.  The <expN> may be one of the following:
 
The LKSYS() function returns information regarding the lock status of the current record.  The parameter <expN> is used to specify what type of information is returned.  The <expN> may be one of the following:
  
 
+
{| class="wikitable" width="100%"
{| class="wikitable"
+
!width="20%"|Value||Description
!Value||Description
+
 
|-
 
|-
 
|0||Current time if current record is locked
 
|0||Current time if current record is locked
Line 27: Line 23:
 
|-
 
|-
 
|}
 
|}
 
  
 
The LYKSYS() function returns a null string ("") if the record is not locked.
 
The LYKSYS() function returns a null string ("") if the record is not locked.
 
  
 
==Example==
 
==Example==
Line 38: Line 32:
 
</code>
 
</code>
  
 
==Products==
 
Recital Server, Recital
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]

Latest revision as of 12:34, 1 February 2013

Purpose

Function to return lock status of current record

Syntax

LKSYS(<expN>)

See Also

FLOCK(), ISLOCKED(), LOCK(), LOCKINFO(), RLOCK(), UNLOCK

Description

The LKSYS() function returns information regarding the lock status of the current record. The parameter <expN> is used to specify what type of information is returned. The <expN> may be one of the following:

Value Description
0 Current time if current record is locked
1 Current date if current record is locked
2 User name of person who has locked the record
3 Terminal name at which record is locked

The LYKSYS() function returns a null string ("") if the record is not locked.

Example

?lksys(0)
11:30:20