PtrDevice:NoPageNums Assign
<< Click to Display Table of Contents >> PtrDevice:NoPageNums Assign |
![]() ![]() ![]() |
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()