Refreshes any controls that are dataLinked to the current row.

Syntax

<oRef>.refreshControls( )

<oRef>

The rowset you want to refresh.

Property of

Rowset

Description

refreshControls( ) updates any controls that are dataLinked to Field objects in the rowset, regardless of the setting of the notifyControls property. The controls are updated with the values in the row buffer, not the values on disk.

Use refreshRow( ) first to refresh the fields in the row buffer with the values on disk if desired.