Examples: SetCurrentLocation method

  1. This script sets the current workstation location to Internet.
    Dim workspace As New NotesUIWorkspace
    Call workspace.SetCurrentLocation("Internet")
  2. This script launches the Choose Location dialog box and allows the user to select the location from a list.
    Dim workspace As New NotesUIWorkspace
    Call workspace.SetCurrentLocation("")