This function prints all the pages of the form using the specified print method.
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. |
Print all the pages of the form using the specified print method.
Dim aForm
Set aForm = Profile.Form
Form.Print
In Profile Client v8 on User Interface Print cannot be found.