FORMULA LANGUAGE


EditInsertObject @Command
Example

Inserts an object into a document, form, or subform.

Note EditInsertObject is not supported by OS/2 and UNIX, or the Macintosh.

Syntax

@Command( [EditInsertObject] )

or

@Command( [EditInsertObject] ; object )

Parameters

object


If an object name is included, Notes assumes it represents a registered OLE object and will attempt to insert a copy of it into the document or form. If the object name is omitted, Notes displays the Insert Object dialog box.

Usage


This command does not work on the Web.

If using this command in a hotspot button or any other element that causes a change in focus, the EditGoToField or EditTop command must be used first to return the focus to the document. The document must be in Edit mode.

Language cross-reference

EmbedObject method of LotusScript NotesRichTextItem class

embedObject method of Java RichTextItem class

Example
See Also