Sequence Numbers Component

Fnd_SqNo_Fix

Fnd_SqNo_Fix (->table)

Legacy manual page 231

Parameters

ParameterTypeDescription
tablePointerPointer to the table to fix

Description

If you ever have a problem with the sequence numbers for record IDs set by the Fnd_SqNo_SetRecordID command, this command can fix the problem. It determines the next valid record number for the specified table by analyzing the index file. It then sets the next sequence number for the table. The change is automatically saved by this command.

Fnd_SqNo_Fix (->[Contacts])

This action can also be performed by clicking the Fix button in the Sequence Number Editor dialog.

Extracted source text
            Fnd_SqNo_Fix (->table)

              Parameter               Type              Description
              table                   Pointer           Pointer to the table to fix

            If you ever have a problem with the sequence numbers for record IDs set by the
            Fnd_SqNo_SetRecordID command, this command can fix the problem. It determines the next valid
            record number for the specified table by analyzing the index file. It then sets the next sequence number
            for the table. The change is automatically saved by this command.
              Fnd_SqNo_Fix (->[Contacts])

            This action can also be performed by clicking the Fix button in the Sequence Number Editor dialog.