XBase.IsOpen

Syntax:

IsOpen()

Returned value:

Type: Boolean.
True indicates the file is open; False indicates the file is not open.

Description:

Defines whether or not a database table file is open.

Availability:

Thin client, server, thick client, external connection.

Example:

If Not xB.IsOpen() Then
    DoMessageBox("Can't open this file!");
EndIf
;


    

1C:Enterprise Developer's Community