ControlsTextBox object, EventScript object
Launches a client-side JavaScript OnClientEnter event when a user enters a text box in the EPM Workspace. That is, any client-side JavaScript associated with an OnClientEnter event gets triggered. This method is only available when a Dashboard section contains a text box.
For more information on client-side JavaScript, see Client-Side Events in Oracle Hyperion Interactive Reporting Object Model and Dashboard Development Services Developer's Guide, Volume I: Dashboard Design Guide. |
Expression. OnClientEnter()
An expression that returns a Textbox object
This example shows how to activate a text box:
ActiveDocument.Sections["Dashboard2"].Shapes["Textbox1"].OnClientEnter()