LOTUSSCRIPT/COM/OLE CLASSES
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("")
See Also
SetCurrentLocation method
Glossary
Help on Help
Open Full Help Window
Glossary
Help on Help
Open Full Help Window