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
PROCEDURE Main() USE test NEW dbEdit() USE test1 NEW dbEdit() dbCloseAll() USE RETURN
Compliance
Clipper
Files
Library is rdd
Seealso
DBUSEAREA(), DBCLOSEAREA()
Pingback: Harbour All Functions – D | Viva Clipper !
Pingback: Harbour Database Functions | Viva Clipper !
Pingback: Harbour RG Summary | Viva Clipper !