ISProfileForm.ActivateNextPage

Description

This function makes the next page of the form active.

Syntax

object.ActivateNextPage

Part Attribute Type Description
object Required
The object always implements the ISProfileForm interface

Example

Make the next page of the form active.

Dim aForm

Set aForm = Profile.Form

aForm.ActivateNextPage  
Note: This macro should be executed in any event handler of the form control.

Version information

Added in v7.8.1
Added in v7.9.1