SetChangeIndex

The SetChangeIndex method positions the cursor in a table.

Applies To

All Table objects

Syntax

objContactsTable.SetChangeIndex ChangeIndex

Parameters

ChangeIndex
Specifies the change index value.

Remarks

The SetChangeIndex method is used for synchronizing schedule files. It is not necessary to use this method on normal tables. The cursor is positioned so that the rows following the cursor have change indexes greater than the specified value, in ascending order.

See Also

Tables