OnEnter (Method)

Applies To:

Dashboard Section, EventScript object

Description:

The OnEnter() method is an Interactive Reporting Dashboard object level function. The OnEnter event is used to invoke specific processing to execute when a control becomes active.

Note:

The ActiveDocument.Sections[“Dashboard”].Shapes[“TextBox1”]. OnEnter()object model syntax is not supported in an Interactive Reporting document deployed on the EPM Workspace.

Syntax:

Expression. OnEnter()

Expression Required:

An expression that returns a Textbox object

Example:

This example shows how to activate a text box:

ActiveDocument.Sections["Dashboard2"].Shapes["Textbox1"].OnEnter()