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