Skip to content

peNup - cPrintDialog

Methods - Properties

Type

Short

Default

0

Arguments

None

Description

Specifies where the NUP is done.

Multiple logical page per physical page options.

NUP = N Up, as in 3-up labels etc.

Use one of the predefined DMNUP_* constants.

Sample

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

    Procedure OnInitializeReport
        Handle hoPrintDialog

        Forward Send OnInitializeReport

        Get phoPrintDialog to hoPrintDialog
        Set peNup of hoPrintDialog to DMNUP_ONEUP
    End_Procedure
End_Object