JAVA/CORBA CLASSES


activate method
Example

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

Defined in

EmbeddedObject

Syntax

public int activate(boolean show)
   throws NotesException

Parameters

boolean show


Return value

int


Usage

Agents running on a server must set the show parameter to false.

This method throws an exception if you invoke it on an EmbeddedObject 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 LotusScript NotesEmbeddedObject class

ObjectOpen @command in formula language

EditOpenLink @command in formula language

Example
See Also