.

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

Read-only. The database in which the current script resides. This database may or may not be open.

Note This property is not implemented in COM.

Defined in

NotesSession

Data type

NotesDatabase

Syntax

To get: Set notesDatabase = notesSession.CurrentDatabase

Usage

This property allows you to access a database without having to place its server and file name in a script. Using CurrentDatabase can make scripts more easily portable from one database to another.

Language cross-reference

CurrentDatabase property in Java AgentContext class

Example
See Also