NotesUIDatabase (LotusScript®)

Represents the database that's currently open in the Notes® workspace.

Note: This class is not supported in COM.

Properties

Database

Documents

Methods

Close

OpenNavigator

OpenView

Events

PostDocumentDelete

PostDragDrop

PostDropToArchive

PostOpen

QueryClose

QueryDocumentDelete

QueryDocumentUndelete

QueryDragDrop

QueryDropToArchive

Access

There are two ways to access the current database:

  • Use the CurrentDatabase property in NotesUIWorkspace.
  • Write a script that responds to a NotesUIDatabase event. Use the source parameter of the event to access the properties and methods.

Example