Can you change the alert messages at run-time?

If  yes,  give  the  name  of  the  built-in  to change the alert messages at run-time.      Yes.      Set_alert_property.

Showing Answers 1 - 1 of 1 Answers

g_sidhu

  • Feb 14th, 2008
 

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?');

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions