ISProfileForm.Print

Description

This function prints all the pages of the form using the specified print method.

Syntax

object.Print [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 all the pages of the form.

Example

Print all the pages of the form using the specified print method.

Dim aForm

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

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

Version information

Added in v7.8.0