LOTUSSCRIPT/COM/OLE CLASSES


Examples: OpenFrameSet method
This script opens the specified frameset.

Dim workspace As New NotesUIWorkspace
Call workspace.OpenframeSet("myFrameset")

See Also