Skip to content

OracleForms

OracleForms Global Helper Object.

Action Summary

Action Description
DoLOVSelect Select LOV (List of Values) Value.
DoMenu Performs click on the menu item.
DoPressNotificationButton Press button in the notification prompt (Accept, OK, Cancel, etc).
GetLOVTitle Get title of currently displayed LOV selection window.
GetNotificationMessage Get message of currently displayed notification window.
GetNotificationTitle Get title of currently displayed notification window.
GetStatusMessage Get status bar message.

Action Detail

DoLOVSelect

Select LOV (List of Values) Value.

OracleForms.DoLOVSelect(txtOrInd, timeout)

Parameters:

Name Type Description
txtOrInd string | number LOV item text or Index.
timeout number Maximum time to wait (milliseconds).
Optional, Default: "3000".

Returns:

popup window title.

DoMenu

Performs click on the menu item.

OracleForms.DoMenu(menuPath, sep)

Parameters:

Name Type Description
menuPath string Path from the menu root to a leaf item with components delimited by separator parameter.
sep string Separator character. Possible values: ";", ",", "\", "/"
Optional, Default: ";".

Returns:

'true' if successfull.

DoPressNotificationButton

Press button in the notification prompt (Accept, OK, Cancel, etc).

OracleForms.DoPressNotificationButton(label)

Parameters:

Name Type Description
label string Button label (i.e. 'OK')

Returns:

'true' if succeeded.

GetLOVTitle

Get title of currently displayed LOV selection window.

OracleForms.GetLOVTitle()

Returns:

popup window title.

GetNotificationMessage

Get message of currently displayed notification window.

OracleForms.GetNotificationMessage()

Returns:

popup window message.

GetNotificationTitle

Get title of currently displayed notification window.

OracleForms.GetNotificationTitle(timeout)

Parameters:

Name Type Description
timeout number Maximum time to wait (milliseconds).
Optional, Default: "10000".

Returns:

popup window title.

GetStatusMessage

Get status bar message.

OracleForms.GetStatusMessage()

Returns:

status bar message text.