XBase.Reindex

Syntax:

Reindex()

Description:

Recalculates database table index. XBase objects automatically perform indexing when changes are made to the database table. However, when working with multiple index files or after abnormal termination, re-indexing may be necessary.

Availability:

Thin client, server, thick client, external connection.

Example:

If EmergencyEndFlag Then
    xB.Reindex();
EndIf
;


    

1C:Enterprise Developer's Community