PtrDevice:ShowExportDlg() Method
<< Click to Display Table of Contents >> PtrDevice:ShowExportDlg() Method |
![]() ![]() ![]() |
Purpose
To display the print export dialog window.
Syntax
<oPtrDevicet>:ShowExportDlg() → lSuccess (LOGIC)
Description
This method displays the Print Export Dialog Window which allows the user to select the type of export to use.. This method returns TRUE if the user exited the dialog by clicking the OK button; FALSE if the CANCEL button is clicked.
If the result is TRUE, the PtrDevice:ExportObject access contains an rpExport object that can be passed as the first parameter of the PtrDevice:PrintExport() method.
Example
// Show the print export dialog box
oPtrDevice:ShowExportDlg()