OnChange (Method)

Applies To:

Dashboard Section object, EventScript object

Description:

An Interactive Reporting Dashboard Object level function that is only available when a Dashboard section containing a text box is included in the Interactive Reporting document. The OnChange() method executes a script stored in a Dashboard section text box under the OnChange event trigger. The method takes no arguments. The ActiveDocument.Sections[“Dashboard”].Shapes[“TextBox1”]. OnChange()object model syntax is not supported in an Interactive Reporting document file deployed in the EPM Workspace.

Syntax:

Expression.OnChange()

Expression Required:

An expression that returns a text box object

Example:

This example shows how to associate an OnChange method in a text box:

TextBox1.OnChange()