LOTUSSCRIPT/COM/OLE CLASSES


QueryOpen event
Example

Occurs just before the current view is opened.

Defined in

NotesUIView

Syntax

QueryOpen(Source As Notesuiview, Continue As Variant)

Parameters

Source


Continue
Usage

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