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]

DBCLOSEALL()

Close all open files in all work areas.
---------------------------------------------------------------------------------

 Syntax

        DbCloseAll() -> NIL  

 Returns

        DBCLOSEALL()   always return NIL    

 Description

      This function close all open databases and all associated  indexes.In
      addition, it closes all format files and moves  the work area
      pointer to the first position

 Examples

      Function Main()

       Use Test New

       DbEdit()

       Use Test1 New

       DbEdit()

       DbCloseAll()

       USE

       Return Nil

Status

      Ready

 Compliance

      DBCLOSEALL() is fully CA-Clipper compliant.

 Files

      Library is rdd



See Also: DBUSEAREA() DBCLOSEAREA()

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