Skip to main content

NotesUIDatabase

Properties

NameDescription
Database (NotesUIDatabase)Read-only. The back-end database that corresponds to the currently open database.
Documents (NotesUIDatabase)Read-only. All the documents that the current NotesUIDatabase event is working on.

Methods

NameDescription
Close (NotesUIDatabase)Closes all views and documents in the database, then closes the database.
OpenNavigatorOpens a navigator in the database.
OpenViewOpens a view in the database.

Examples

NameDescription
Examples: Close method (NotesUIDatabase)This view action closes the current database.
Examples: Database property (NotesUIDatabase)This example displays the title and path of a database just after it is opened.

Reference

NameDescription
PostDocumentDeleteOccurs after the command is given to delete (clear or cut) a document, but before it is actually deleted.
PostDragDrop (NotesUIDatabase)Occurs just after drag and drop operation in a database.
PostDropToArchiveOccurs just after an entry is dropped into an archive.
PostOpen (NotesUIDatabase)Occurs after the NotesUIView QueryOpen and NotesIUView PostOpen events are triggered.
QueryClose (NotesUIDatabase)Occurs just before the database closes.
QueryDocumentDeleteOccurs just before a document or selected set of documents is marked for deletion or cut.
QueryDocumentUndeleteOccurs just before the deletion mark on a document or selected set of documents is removed.
QueryDragDrop (NotesUIDatabase)Occurs before the DragDrop operation is executed.
QueryDropToArchiveOccurs just before an entry is dropped into an archive.