- Examples: NotesUIWorkspace class
This script uses a NotesUIWorkspace to get the current document. It then uses the FieldGetText method to print the Subject field of the current document.
- CurrentCalendarDateTime (NotesUIWorkspace - LotusScript)
Read-only. The date and time of the current (the selected) region in a calendar view.
- CurrentDatabase (NotesUIWorkspace - LotusScript)
Returns a NotesUIDatabase object representing the database that's currently open.
- CurrentDocument (NotesUIWorkspace - LotusScript)
Returns a NotesUIDocument object representing the document in the window that currently has focus.
- CurrentView (NotesUIWorkspace - LotusScript)
Returns a NotesUIView object representing the view that's currently open.
- IsEmbeddedInsideWCT (NotesUIWorkspace - LotusScript)
Read-only. Indicates whether the applicaton is running in the Workplace Client.
- IsInCompositeApp (NotesUIWorkspace - LotusScript)
Read-only. Indicates whether the component is running within a composite application.
- IsUsingJavaElement (NotesUIWorkspace - LotusScript)
Read-only. Indicates whether the current component is a Java-based view or outline.
- AddDatabase (NotesUIWorkspace - LotusScript)
Adds a database to the workspace and highlights the icon, or highlights the icon if the database is already on the workspace.
- CheckAlarms (NotesUIWorkspace - LotusScript)
Triggers the alarm daemon to check for new alarms in the mail file.
- ComposeDocument (NotesUIWorkspace - LotusScript)
Using a database and form that you specify, creates a new document and displays it on the workspace.
- DialogBox (NotesUIWorkspace - LotusScript)
Brings up a dialog box that displays the current document (either open or selected in a view) or a specified document using a form you specify. The dialog box shares fields with the underlying document. The user interacts with the dialog box as usual, clicking OK or Cancel when finished.
- EditDocument (NotesUIWorkspace - LotusScript)
Opens the current or a specified document in a mode that you specify.
- EditProfile (NotesUIWorkspace - LotusScript)
Opens a new or existing Profile document in Edit mode.
- EnableAlarms (NotesUIWorkspace - LotusScript)
Starts or stops the alarm daemon.
- Folder (NotesUIWorkspace - LotusScript)
Copies or moves the current document to a folder.
- GetComponentViewPreference (NotesUIWorkspace - LotusScript)
Returns the value of the specified component view preference.
- GetCurrentDatabase (NotesUIWorkspace - LotusScript)
Returns a NotesUIDatabase object representing the database that's currently open.
- GetListOfTunes (NotesUIWorkspace - LotusScript)
Returns the known sounds on your system.
- OpenDatabase (NotesUIWorkspace - LotusScript)
Opens a database to a view that you specify.
- OpenFileDialog (NotesUIWorkspace - LotusScript)
Gets file names from the "Open" dialog box.
- OpenFrameSet (NotesUIWorkspace - LotusScript)
Opens the specified frameset within the current target frame.
- OpenPage (NotesUIWorkspace - LotusScript)
Opens the specified page within the current target frame.
- OutlineReload (NotesUIWorkspace - LotusScript)
Reloads a specified outline.
- PickListCollection (NotesUIWorkspace - LotusScript)
Creates a NotesDocumentCollection object from a list selected by the user. You specify a view within a database from which the user can select one or more documents.
- PickListStrings (NotesUIWorkspace - LotusScript)
Creates a string array from a list selected by the user.
- PlayTune (NotesUIWorkspace - LotusScript)
Plays the specified tune.
- Prompt (NotesUIWorkspace - LotusScript)
Displays a dialog box and returns a value based on your actions in the dialog box.
- RefreshParentNote (NotesUIWorkspace - LotusScript)
Updates the note with the specified value entered in the dialog box.
- ReloadWindow (NotesUIWorkspace - LotusScript)
Reloads the contents of the current window.
- SaveFileDialog (NotesUIWorkspace - LotusScript)
Gets a file name from the "Save As" dialog box.
- SetCurrentLocation (NotesUIWorkspace - LotusScript)
Sets your current workstation location to the specified location, such as Office, Island, Home, or Travel.
- SetTargetFrame (NotesUIWorkspace - LotusScript)
Allows you to specify a target frame when opening a view, page, or frameset, or when composing or editing a document.
- URLOpen (NotesUIWorkspace - LotusScript)
Retrieves a World Wide Web page specified by its URL.
- UseLSX (NotesUIWorkspace - LotusScript)
Loads a LotusScript® extensions (LSX) file containing Public definitions.
- ViewRebuild (NotesUIWorkspace - LotusScript)
Rebuilds a UI view from its associated back-end view.
- ViewRefresh (NotesUIWorkspace - LotusScript)
Refreshes a UI view to match its associated back-end view.