Dim workspace As New NotesUIWorkspaceDim db As NotesUIDatabase
Set db = workspace.CurrentDatabase
Call db.OpenView(“By Category”)
Would workspace be the name of the Database in this?
Dim workspace As New NotesUIWorkspaceDim db As NotesUIDatabase
Set db = workspace.CurrentDatabase
Call db.OpenView(“By Category”)
Would workspace be the name of the Database in this?
Subject: CurrentDatabase property
Follows your code…
dim bcknd_db as Notesdatabase
Set bcknd_db = db.Database
bcknd_db.filename -----> Gives you the database name