Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

DBRUNLOCK()

Unlocks a record base on its indentifier
---------------------------------------------------------------------------------

 Syntax

        DBRUNLOCK([<xIdentity>]) --> NIL  

 Arguments

        <xIdentity>   Record indentifier,tipicaly a record number    

 Returns

        DBRUNLOCK()   always returns NIL.    

 Description

      This function will attempt to unlock the record specified as
      <xIdentity>,which in a .DBF format is the record number.If not
      specified,them the current active record/data item will be  unlocked

 Examples

      FUNCTION Main()
      USE Tests New
      DBGOTO(10)
      IF RLOCK()
         ? Tests->ID
         DBRUNLOCK()
      ENDIF
      USE
      RETURN NIL

Status

      Ready

 Compliance

      This function is CA-Clipper compliant

 Files

      Library is rdd



See Also: RLOCK() DBRLOCK() DBRLOCKLIST()

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