DataViewRefresh method (WinStudio scripts)
Applies To
IWSFormComponent interface
Definition
Causes the DataView to reload and redisplay the data.
Syntax
object.DataViewRefresh
Part | Description |
---|---|
object | Required. A reference to a valid DataView component object. |
Example
Sub Main()
ThisForm.Components("DrilldownGrid").DataViewRefresh()
End Sub