ISProfileForm.PageActivate

Description

This function activates the page of the form with the specified name or index.

Syntax

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

Example

Activate the page of the form with the specified name or index.

Dim aForm

Set aForm = Profile.Form
aForm.PageActivate ("Page_3")  
Note: This macro should be executed in any event handler of the form control.

Version information

Added in v7.8.0