Displays the given alert, and returns a numeric value when the operator selects one of three alert buttons.
SHOW_ALERT
(alert_id Alert);
SHOW_ALERT
(alert_name VARCHAR2);
Built-in Type unrestricted function
Returns A numeric constant corresponding to the button the operator selected from the alert. Button mappings are specified in the alert design.
If the operator selects... |
Oracle Forms returns |
---|---|
Button 1 |
ALERT_BUTTON1 |
Button 2 |
ALERT_BUTTON2 |
Button 3 |
ALERT_BUTTON3 |
Enter Query Mode yes
/*
** Built-in: SHOW_ALERT
** Example: See FIND_ALERT and SET_ALERT_PROPERTY
*/