04 Documentation updates
Designer
NotesUIView Print method dateRange parameters
Clarified the dateRangeBeginand dateRangeEnd parameters with respect to data type.
Print method
Implements the @Command([FilePrint]). Prints the currently open or selected document(s), or the current view.
Note This method is new with Release 5.
Defined in
NotesUIView
Syntax
Call notesUIView.Print([ numCopies%] [, fromPage%] [, toPage%] [, draft] [, pageSeparator%] [, formOverride$] [, printview] [, dateRangeBegin] [, dateRangeEnd])
Parameters
numCopies%
Integer. Optional. The number of copies you want to print. If you omit this parameter, the method displays the File Print dialog box.
fromPage%
Integer. Optional. The page of a document where you want to start printing. "0" means all.
toPage%
Integer. Optional. The page of a document where you want to stop printing. "0" means all.
draft
Boolean. Optional. Specify True if you want to print the document in draft mode.
pageSeparator%
Integer. Optional. Determines the page separator.
formOverride$
Text. Optional. The name of the form you want to use to print the document.
printView
Boolean. Optional. Specify True to indicate that you want to print the current view.
dateRangeBegin
Variant of type DATE. Optional. Prints the beginning date if printing from a calendar view.
dateRangeEnd
Variant of type DATE. Optional. Prints the end date if printing from a calendar view.