DataViewEnableComponentUpdates (WinStudio scripts)

Applies to

IWSFormComponent interface, DataView components

Description

Enables the refreshing or redrawing of a DataView that was previously disabled using the DataViewDisableComponentUpdates method.

Syntax

object.DataViewEnableComponentUpdates()

Part Description
object Required. A reference to a valid DataView component object.

Remarks

This method is used for times where the system has been prevented from refreshing or redrawing the DataView because of multiple changes happening at once or in close succession; for example, when setting several input parameter values through scripting.

This method, then, re-enables the refreshing or redrawing of the DataView once those changes are complete.

ThisForm.Components("dataView1").DataViewEnableComponentUpdates()