RpReport:ShowSetupDlg()  Method

<< Click to Display Table of Contents >>

Navigation:  RpReport Class >

RpReport:ShowSetupDlg()  Method

Previous pageReturn to chapter overviewNext page

Purpose

Display the Windows common print setup dialog which allows the user to specify printer configuration information as well as select a different printer.

Syntax

<oRpReport>:ShowSetupDlg()  LOGIC

Description

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 printer setup dialog

oRpReport:ShowSetupDlg()

 

_bm4