QueryClose (NotesUIDatabase - LotusScript®)
Occurs just before the database closes.
Defined in
Syntax
QueryClose(Source As Notesuidatabase, Continue As Variant)
Parameters
Source
NotesUIDatabase. Read-only. The current database.
Continue
Boolean. Read-write. Indicates whether or not the database will be closed. Set this parameter to False if you do not want the database to be closed.
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.