LOTUSSCRIPT/COM/OLE CLASSES
Dim workspace As New NotesUIWorkspace Dim db As NotesUIDatabase Set db = workspace.GetCurrentDatabase Call db.OpenView("By Category")
See Also