This function prints the current page of the form.
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. |
Print the current page of the form.
Dim aForm
Set aForm = Profile.Form
Form.PrintPage
In Profile Client v8 on User Interface Print Page cannot be found.