XBase.Pack

Syntax:

Pack()

Description:

Reduces the database table file size by removing records marked for deletion.

Availability:

Thin client, server, thick client, external connection.

Example:

Text = "Deleted records will be destroyed. Continue?";
Mode = QuestionDialogMode.YesNo;
If 
DoQueryBox(Text, Mode) = DialogReturnCode.Yes Then
    xB.Pack();
EndIf
;


    

1C:Enterprise Developer's Community