ControlsTextBox object, EventScript object
Launches a client-side JavaScript OnClientExit event when a user exits a text box in the EPM Workspace. That is, any client-side JavaScript associated with an OnClientExit 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. OnClientExit()
An expression that returns a Textbox object
This example shows how to activate a text box:
ActiveDocument.Sections["Dashboard2"].Shapes["Textbox1"].OnClientExit()