DataViewDisableComponentUpdates method (WinStudio scripts)
Applies to
IWSFormComponent interface, DataView components
Description
Disables the refreshing or redrawing of a DataView.
Syntax
object.DataViewDisableComponentUpdates()
| Part | Description | 
|---|---|
| object | Required. A reference to a valid DataView component object. | 
Remarks
This method is used for times where several changes happen at once or in close succession; for example, when setting several input parameter values through scripting. It prevents the system from refreshing after each change.
Example
ThisForm.Components("dataView1").DataViewDisableComponentUpdates()