.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


SetTargetFrame method
Example

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$


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:


Language cross-reference

@SetTargetFrame function in formula language

Example