NotesUIWorkspace (LotusScript®)

Represents the current Notes® workspace window.

Note: This class is not supported in COM.

Containment

Contains: NotesDocumentCollection, NotesUIDatabase, NotesUIDocument, NotesUIView

Properties

CurrentCalendarDateTime

CurrentDatabase

CurrentDocument

CurrentView

IsEmbeddedInsideWCT

IsInCompositeApp

IsUsingJavaElement

Methods

AddDatabase

CheckAlarms

ComposeDocument

DialogBox

EditDocument

EditProfile

EnableAlarms

Folder

GetComponentViewPreference

GetCurrentDatabase

GetListOfTunes

New

OpenDatabase

OpenFileDialog

OpenFrameSet

OpenPage

OutlineReload

PickListCollection

PickListStrings

PlayTune

Prompt

RefreshParentNote

ReloadWindow

SaveFileDialog

SetCurrentLocation

SetTargetFrame

URLOpen

UseLSX

ViewRebuild

ViewRefresh

Creation

To create a new NotesUIWorkspace object, use New.

Syntax

Dim variableName As New NotesUIWorkspace

Usage

You cannot use the UI classes in a background agent, an agent called through an API, or an agent called by the NotesAgent Run method. Only workstation users can run scripts that access UI objects.

Example