ISProfileForm.PrintPage

Description

This function prints the current page of the form.

Syntax

object.PrintPage [aDefaultMethod = true]

Part Attribute Type Description
object Required
The object always implements the ISProfileForm interface
aDefaultMethod Optional
Default value is true
bool
If aDefaultMethod = True, this function prints the current page of the form.

Example

Print the current page of the form.

Dim aForm

Set aForm = Profile.Form
Form.PrintPage  
Note: This macro should be executed in any event handler of the form control.

In Profile Client v8 on User Interface Print Page cannot be found.

Version information

Added in v7.8.0