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