Skip to content

psOutputName - cPrintDialog

Methods - Properties

Type

String

Default

Empty string

Arguments

None

Description

Contains the device name for the physical output medium (output port).

Sample

Object oReport is a cDRReport
    Set psReportName to 'MyReport.dr'
End_Object

Procedure ShowPrinterDriverName
    Handle hoPrintDialog
    Integer eResult
    String sOutputName

    Get phoPrintDialog of oReport to hoPrintDialog
    Get PrintDialog of hoPrintDialog to eResult
    Get psOutputName of hoPrintDialog to sOutputName
End_Procedure