OnClientEnter (Method)

Applies To:

ControlsTextBox object, EventScript object

Description:

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.

Note:

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.

Syntax:

Expression. OnClientEnter()

Expression Required:

An expression that returns a Textbox object

Example:

This example shows how to activate a text box:

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