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. ...
Default editor User_defined editors system editors.
Latest Answer: Layout EditorPl/sql EditorMenu Editor ...
Edit_text item show_editor LOV
Latest Answer: A user-named editor can be displayed programmatically with the built-in procedure SHOW_EDITOR, independent of any particular text item. By default, operators can invoke an editor by navigating to a text item and pressing [Edit] or by choosing Edit | Edit ...
A list of values is a single or multi column selection list displayed ina pop-up window
Latest Answer: An LOV is a scrollable popup window that provides the end user with either a single or multi-column selection List. ...
View page << Previous 2 3 4 5 [6] 7 8 9 10 Next >>

Go Top