XBase.CloseFile

Syntax:

CloseFile()

Description:

Closes a previously opened or created DBF format database table.

Availability:

Thin client, server, thick client, external connection.

Example:

If xB.IsOpen() Then
    xB.CloseFile();
EndIf
;


    

1C:Enterprise Developer's Community