LOTUSSCRIPT/COM/OLE CLASSES


SetCurrentLocation method
Example

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$


Usage

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

Language cross-reference

SetCurrentLocation @command in formula language.

Example