SetCurrentLocation (NotesUIWorkspace - LotusScript®)

Sets your current workstation location to the specified location, such as Office, Island, Home, or Travel.

Note: This method is new with Release 5.

Defined in

NotesUIWorkspace

Syntax

Call notesUIWorkspace .SetCurrentLocation( [ location$ ] )

Parameters

location$

String. Optional. Name of location to switch to. If location$ is "" or omitted, this method brings up the Change Location dialog box.

Usage

This method fails if the Advanced option "User ID to switch to" for the location is set to other than the current user.

Example