OpenPrintManager

Description

Opens the Web Forms Print Manager.

Syntax

void OpenPrintManager ( )

Returns

None

Usage

For information on using the Print Manager, see “Using the Web Forms Print Manager”.

Examples

Example 1

You can use this code to open the Web Forms Print Manager:

#if defined PBWEBFORM then
  OpenPrintManager()
#end if