Dashboard Section, EventScript object
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.
The ActiveDocument.Sections[“Dashboard”].Shapes[“TextBox1”]. OnEnter()object model syntax is not supported in an Interactive Reporting document deployed on the EPM Workspace. |
Expression. OnEnter()
An expression that returns a Textbox object
This example shows how to activate a text box:
ActiveDocument.Sections["Dashboard2"].Shapes["Textbox1"].OnEnter()