LOTUSSCRIPT/COM/OLE CLASSES
Read-only. Indicates whether a database is open.
Defined in
NotesDatabase
Data type
Boolean
Syntax
To get: flag = notesDatabase.IsOpen
Legal values
A database must be open to use the NotesDatabase properties except the following: DelayUpdates, DesignTemplateName, FileName, FilePath, IsOpen, IsPrivateAddressBook, IsPublicAddressBook, Parent, ReplicaID, Server, Size, SizeQuota, SizeWarning, TemplateName, and Title.
The following do not open a database: NotesDbDirectory.GetFirstDatabase, NotesDbDirectory.GetNextDatabase, and NotesSession.AddressBooks. You must explicitly call Database.Open.
Language cross-reference
IsOpen in Java Database class
Example See Also