GotoPage method (WinStudio scripts)
Applies to
IWSForm interface
Description
Refreshes collection with the corresponding data that is set based on page number
Syntax
object.GotoPage( integer )
| Part | Description |
|---|---|
| object | Required. The name of a valid form object |
| integer | Required. An integer that indicates the page number |
Example
ThisForm.PrimaryIDOCollection.GotoPage( pageNum )