Specifies whether dataLinked controls are updated as field values change or the row cursor moves.

Property of

Rowset

Description

notifyControls is usually true so that dataLinked controls are automatically updated as you navigate from row to row or when you directly assign values to the value property of Field objects.

You may set notifyControls to false if you are performing some data manipulation and don’t want the overhead of constantly updating the controls.

When notifyControls is set to true, the controls are always refreshed, as if refreshControls( ) was called.