PtrDevice:NoPageNums Assign

<< Click to Display Table of Contents >>

Navigation:  RpPrinter & PtrDevice Class Overview > PtrDevice Class >

PtrDevice:NoPageNums Assign

Previous pageReturn to chapter overviewNext page
Type        Logic

Purpose

This assign sets (TRUE) or clears (FALSE) the PRINTDLG.FLAGS member NOPAGENUMS bit which disables (TRUE) or enables (FALSE) the Pages radio button in the Print Dialog Window.

Example

// Do not let the user choose a page range to print

oPtrDevice:NoPageNums := True

self:ShowPrintDlg()