Home » Developer & Programmer » Forms » dyamic alert ? (Form 6i)
dyamic alert ? [message #319371] Sat, 10 May 2008 03:23 Go to next message
mm_kanish05
Messages: 493
Registered: January 2007
Location: Chennai
Senior Member

Hi

I Want to Change message alert in dynamically (ie message)

How please Guide me


Thanks

wbr
kanish
Re: dyamic alert ? [message #319408 is a reply to message #319371] Sat, 10 May 2008 14:28 Go to previous messageGo to next message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
I'm sorry, but I didn't understand what you want to do.

What do you have now? What do you want to have?
Re: dyamic alert ? [message #319413 is a reply to message #319371] Sat, 10 May 2008 14:52 Go to previous messageGo to next message
urnikhil
Messages: 42
Registered: March 2008
Member
Hey Kanish,

The following example will guide you...

** Built-in: SET_ALERT_PROPERTY
** Example: Places the error message into a user-defined alert
** named 'My_Error_Alert' and displays the alert.
** Trigger: On-Error
*/
DECLARE
err_txt VARCHAR2(80) := Error_Text;
al_id ALERT;
al_button Number;
BEGIN
al_id := FIND_ALERT('My_Error_Alert');
SET_ALERT_PROPERTY(al_id, alert_message_text, err_txt );
al_button := SHOW_ALERT( al_id );
END;


Let me know if this is not what you are looking for...

- Nik...
Re: dyamic alert ? [message #319492 is a reply to message #319371] Sun, 11 May 2008 22:06 Go to previous message
mm_kanish05
Messages: 493
Registered: January 2007
Location: Chennai
Senior Member

Thanks for all you people

i had done it already.

kanish
Previous Topic: calculate
Next Topic: How to Store Photos in Oracle
Goto Forum:
  


Current Time: Tue Mar 11 13:20:27 CDT 2025