[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_RELLR()
 Release logical record
------------------------------------------------------------------------------
 Syntax
 
      fn_relLR( <cRecord> ) -> lSuccess
 
 Arguments

     <cRecord>  - the name of the "record" to unlock

 Returns

     <lSuccess>, .t. if the call succeeds, .f. if there was
     no record found (failure).

 Description

     This call unlocks a logical record previously logged,
     but does not remove it from the log table.  See the
     FN_CLRLR() and FN_CLLRSET() functions.

     For more information logical record locking, see the
     description for the FN_LOGLR() function.

 Examples


 Source: N:\SRC\SYNCHRO\LOGREC.PRG

 Author: Glenn Scott

See Also: FN_LOGLR() FN_CLRLR() FN_LKLRSET() FN_RELLRSE() FN_CLLRSET()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson