LOTUSSCRIPT/COM/OLE CLASSES
Prints the selected document(s) or the current view.
Defined in
NotesUIView
Syntax
Call notesUIView.Print
Call notesUIView.Print( numCopies% [, fromPage% ] [, toPage% ] [, draft ] [, pageSeparator% ] [, formOverride$ ] [, printView ] [, dateRangeBegin ] [, dateRangeEnd ] )
Parameters
numCopies%
Note This parameter is ignored if the printView parameter equals True.
FilePrint @command in a view in formula language
FilePrintSetup @command in formula language
FilePageSetup @command in formula language
Example