RpReport:ShowSetupDlg() Method
<< Click to Display Table of Contents >> RpReport:ShowSetupDlg() Method |
![]() ![]() ![]() |
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()