Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CC.LIB - ClipCode CLIPPER S'87 Library - <b>rec_lock() network: attempts to lock the current record</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 REC_LOCK()  Network: Attempts to lock the current record

 Syntax....: REC_LOCK( [secs] )
 Parameters: <expN>: [secs] = [optional] the number of seconds to retry
                                         (default = 5)

 Returns...: <expL>: .T. if succeeds, else .F. if fails
 Cautions..: none
 CC Calls..: POPMSG()
 Alias.....: none

 Example...: IF REC_LOCK(5)
               REPLACE Price WITH newprice
             ELSE
               ? "Record not available"
             ENDIF


See Also: FIL_LOCK NET_USE ADD_REC

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson