LOTUSSCRIPT/COM/OLE CLASSES


Activate method
Example

Causes an embedded object or object link to be loaded by OLE.

Defined in

NotesEmbeddedObject

Syntax

Set handleV = notesEmbeddedObject.Activate( show )

Parameters

show


Return value

handleV


Usage

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