RpReport:ShowPrintDlg()  Method

<< Click to Display Table of Contents >>

Navigation:  RpReport Class >

RpReport:ShowPrintDlg()  Method

Previous pageReturn to chapter overviewNext page

Purpose

Display the Windows common print dialog which allows the user to specify print options.

Syntax

<oRpReport>:ShowPrintDlg()  LOGIC

Description

This method displays the print dialog which allows various print options to be set such as Print Quality, Print Range, Number of Copies to Print, etc. This method returns TRUE if the user exited the dialog by clicking on the OK button; FALSE if the CANCEL button was pressed.

Example

// Display the print dialog

oRpReport:ShowPrintDlg()

 

_bm3