.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


CurrentDatabase property
Example

Returns a NotesUIDatabase object representing the database that's currently open.

Note This property is new with Release 5.

Defined in

NotesUIWorkspace

Data type

NotesUIDatabase

Syntax

Set notesUIDatabase = notesUIWorkspace.CurrentDatabase

Usage

The GetCurrentDatabase method supersedes this property due to the failure of the property when the user accesses the current database through View - GoTo (for example, on the workspace menu with the database selected).

Example