QueryOpenDocument (NotesUIView - LotusScript®)

Occurs just before a document is opened from this view.

Defined in

NotesUIView

Syntax

QueryOpenDocument(Source As Notesuiview, Continue As Variant)

Parameters

Source

NotesUIView. Read-only. The current view.

Continue

Boolean. Read-write. Indicates whether or not the document will open. Set this parameter to False if you do not want the document to open.

Usage

The Documents property contains one document, the document the user wants to open.

When you create a script that responds to this event, Notes® creates the syntax of the event for you (including the parameters). You do not need to type it in.

Example