SetTargetFrame (NotesUIWorkspace - LotusScript®)

Allows you to specify a target frame when opening a view, page, or frameset, or when composing or editing a document.

Note: This method is new with Release 5.

Defined in

NotesUIWorkspace

Syntax

Call notesUIWorkspace .SetTargetFrame( frame$ )

Parameters

frame$

String. The name of the frame that a view, page, frameset, or document should open into. You could also specify a path to the nested frame.

Usage

Use SetTargetFrame method before opening the view, page, or frameset, or before composing or editing a document. The following methods use the frame specified in the SetTargetFrame method:

  • OpenFrameSet
  • OpenPage
  • OpenView
  • ComposeDocument
  • EditDocument

Example