updateOnMove Property (Scripting Object Model)

             

Determines whether the Recordset object is updated when the user clicks a RecordsetNavbar button.

Syntax

object.updateOnMove [=boolean]

Parameters

object

A RecordsetNavbar script object.

boolean

If true, the Recordset object is updated. If false, it is not updated.

Remarks

The cursor position of the Recordset object moves any time a user clicks one of the RecordsetNavbar's buttons.

Note   This property is only applicable to the RecordsetNavbar object. This property does not cause the recordset to be updated when one of the move methods is called.