LOTUSSCRIPT/COM/OLE CLASSES
Causes an embedded object or object link to be loaded by OLE.
Defined in
NotesEmbeddedObject
Syntax
Set handleV = notesEmbeddedObject.Activate( show )
Parameters
show
handleV
Scripts running on a server must set the show parameter to False.
This method raises an error if you invoke it on a NotesEmbeddedObject that is a file attachment.
This method may or may not return a valid OLE handle for object links, depending upon the application used to create the object link.
Language cross-reference
activate method in Java EmbeddedObject class
ObjectOpen @command in formula language
EditOpenLink @command in formula language
Example See Also