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]

DBUNLOCKALL()

Unlocks all records and releases all file locks in all work areas.
---------------------------------------------------------------------------------

 Syntax

        DBUNLOCKALL() --> NIL  

 Returns

        DBUNLOCKALL()   always returns NIL.    

 Description

      This function will remove all file and record locks in all work area.

 Examples

      nId:=10
      USE Tests INDEX TestId NEW
      USE Tests1 INDEX Tests NEW
      IF TestId->(DBSEEK(nId))
         IF TestId->(RLOCK())
            DBDELETE()
         ELSE
            DBUNLOCK()
         ENDIF
      ELSE
         DBUNLOCKALL()
      ENDIF
      USE

Status

      Ready

 Compliance

      This function is CA Clipper compliant

 Files

      Library is rdd



See Also: DBUNLOCK() FLOCK() RLOCK()

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