List the built-in routines for the controlling canvas views during run-time?
Find_canvas Get-Canvas_property Get_view_property Hide_View Replace_content_view Scroll_view
An alert is a modal window that displays a message notifies the operator of some application condition
Latest Answer : Alerts are windows that contain messages and buttons. They provide a convenient way to send a message to “alert” the user that something has caused an error, something they have done will have certain consequences, or that something has happened ...
Stop, Caution, note
Latest Answer : The three alert styles, Stop, Caution, and Note, let you communicate the urgency of an alert’s message to the user. Stop alerts should be used for the most urgent messages. Caution alerts can be used for those that are rather urgent and require ...
No
Show_alert.
Latest Answer : SHOW_ALERT (alert_id Alert); SHOW_ALERT (alert_name VARCHAR2); ...
If yes, give the name of the built-in to change the alert messages at run-time. Yes. Set_alert_property.
Latest Answer : You can use the SET_ALERT_PROPERTY built-in to set the title of the alert and the alert’s message text programmatically.SET_ALERT_PROPERTY(v_alert_id,ALERT_MESSAGE_TEXT, 'areyousureyouwanttoexittheform?'); ...
Find_alert Editors
Latest Answer : FIND_ALERT will find the alert’s object ID, which you can then use in the SHOW_ALERT built-in or the SET_ALERT_PROPERTY built-in. ...
Yes.
Latest Answer : Yes, In the Object Navigator, double-click the object icon beside the desired text item to display the Property Palette. Under the List of Values (LOV) node, set the LOV property by entering the name of the LOV you want to attach to the text item. Set ...
Yes. Set_item_proprety
Latest Answer : Yes, You can attach an LOV to a text item programmatically with the SET_ITEM_PROPERTY Built-in subprogram. The following example attaches the LOV called lov2 to the text item called emp.empno: Set_Item_Property('emp.empno',LOV_NAME,'lov2'); ...
Yes
Latest Answer : yes ...