This function activates the page of the form with the specified name or index.
object.PageActivate
aPagenameOrIndex
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISProfileForm interface |
|
aPagenameOrIndex |
In, Required | object |
The page name or index of the form to
activate |
Activate the page of the form with the specified name or index.
Dim aForm
Set aForm = Profile.Form
aForm.PageActivate ("Page_3")