LOTUSSCRIPT/COM/OLE CLASSES


SetAction method
Example

Specifies a formula for an action outline entry.

Note This method is treated as a Sub in COM.

Defined in

NotesOutlineEntry

Syntax

flag = notesOutlineEntry.SetAction( formula$ )

Parameters

formula$


Return value
Usage

This method sets the outline entry Type property to OUTLINE_TYPE_ACTION.

Language cross-reference

setAction in Java OutlineEntry class

Example
See Also