PtrDevice:ShowPrintDlg() Method

<< Click to Display Table of Contents >>

Navigation:  RpPrinter & PtrDevice Class Overview > PtrDevice Class >

PtrDevice:ShowPrintDlg() Method

Previous pageReturn to chapter overviewNext page

Purpose

To display the Print Dialog Window.

Syntax

<oPtrDevicet>:ShowPrintDlg() lSuccess                                (LOGIC)

Description

This method displays the Print Dialog Window which allows various printing related options to be set such as Print Quality, Print Range, Number of Copies, etc.  This method returns TRUE if the user exited the dialog by clicking the OK button; FALSE if the CANCEL button is clicked.

Example

// Show the print dialog box

oPtrDevice:ShowPrintDlg()

 

_bm3