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.

Language cross-reference

EmbedObject method of LotusScript NotesRichTextItem class

embedObject method of Java RichTextItem class

Example
See Also