PostOpen (NotesUIDatabase - LotusScript®)

Occurs after the NotesUIView QueryOpen and NotesIUView PostOpen events are triggered.

Defined in

NotesUIDatabase

Syntax

PostOpen(Source As Notesuidatabase)

Parameters

Source

NotesUIDatabase. Read-only. The current database.

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.

Note: To add code for the events listed previously, go to the entry "Other / Database Resources" in the Domino® Designer bookmark outline, and edit the "Database Script."

Example