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>add_rec() network: attempts to add a new record</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ADD_REC()   Network: Attempts to add a new record

 Syntax....: ADD_REC( [delay] )
 Parameters: <expN>: delay = [optional] seconds to wait for success
                             (default: 5)

 Returns...: <expL>: .T. if record appended, else .F. if fails
 Cautions..: the new record is current and locked
 CC Calls..: POPMSG()
 Alias.....: none

 Example...: IF ADD_REC(5)
               REPLACE  PRICE  WITH newprice
             ELSE
               ? "Could not add a record at this time"
             ENDIF


See Also: NET_USE FIL_LOCK REC_LOCK

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