FORMULA LANGUAGE


FilePrint @Command
Example

Prints the currently open or selected document(s), or the current view.

Syntax

@Command( [FilePrint] )

or

@Command( [FilePrint] ; numCopies; fromPage; toPage; ifDraft; ifView; formName; breakType; ifReset; startDate; endDate)

Parameters

numCopies


fromPage
toPage
ifDraft
ifView
formName
breakType
ifReset
startDate
endDate
Usage

With no parameters, FilePrint displays the File Print dialog box (on the Macintosh, the chosen printer's dialog box). With parameters, FilePrint prints the current document(s) or view without displaying the dialog box.

In Notes Release 3, FilePrint displays the File Print dialog box whether you use parameters or not.

This @command does not work on the Web. Use the browser's print button to print the current document or view. All hide-when formulas set for elements in the form or view are invoked by the browser.

Language cross-reference

Print method in LotusScript NotesUIDocument class

Print method in LotusScript NotesUIView class

Example
See Also