FORMULA LANGUAGE
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
Usage
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