Difference between revisions of "LOCK()"

From Lianjapedia
Jump to: navigation, search
 
Line 20: Line 20:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
[[Category:Manual Locking]]
+
[[Category:Cursor Functions]]
[[Category:Manual Locking Functions]]
+

Latest revision as of 06:48, 4 February 2013

Purpose

Function to lock record

Syntax

LOCK([<workarea | alias>])

See Also

FLOCK(), RLOCK(), UNLOCK

Description

The LOCK() function attempts to lock the current record. If successful, it returns .T. and the record is locked. If the record is already locked by another user then it returns .F..

Example

do while not lock()
    sleep 2
enddo