ISProfileForm.ActivatePrevPage

Description

This function makes the previous page of the form active.

Syntax

object.ActivatePrevPage

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

Example

Make the previous page of the form active.

Dim aForm

Set aForm = Profile.Form

aForm.ActivatePrevPage  
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