OracleForms¶
OracleForms Global Helper Object.
Action Summary¶
Action | Description |
---|---|
DoLOVSelect | Get title of currently displayed LOV selection window. |
DoMenu | |
DoPressNotificationButton | Get message of currently displayed notification window. |
GetLOVTitle | |
GetNotificationMessage | |
GetNotificationTitle | Get status bar message. |
GetStatusMessage |
Action Detail¶
DoLOVSelect¶
Get title of currently displayed LOV selection window.
OracleForms.DoLOVSelect(txtOrInd, timeout)
Parameters:
Name | Type | Description |
---|---|---|
txtOrInd | string | number | |
timeout | number |
Returns:
popup window title.
DoMenu¶
OracleForms.DoMenu(menuPath, sep)
Parameters:
Name | Type | Description |
---|---|---|
menuPath | string | |
sep | string |
DoPressNotificationButton¶
Get message of currently displayed notification window.
OracleForms.DoPressNotificationButton(label)
Parameters:
Name | Type | Description |
---|---|---|
label | string |
Returns:
popup window message.
GetLOVTitle¶
OracleForms.GetLOVTitle()
GetNotificationMessage¶
OracleForms.GetNotificationMessage()
GetNotificationTitle¶
Get status bar message.
OracleForms.GetNotificationTitle(timeout)
Parameters:
Name | Type | Description |
---|---|---|
timeout | number |
Returns:
status bar message text.
GetStatusMessage¶
OracleForms.GetStatusMessage()