Re: can change message's color?

From: peter yeh <misybh_at_hmc.com.tw>
Date: 24 Oct 1999 05:12:41 GMT
Message-ID: <38129600.E2C293D5_at_hmc.com.tw>


hi...

             what I wish is when we write "message('hi....'), the message is shown in

              message line...
              can we  change message of message-line's color instead of
changing alert's message
              color?
               thanks...

"A. Goodwin" ¼g¹D¡G

> Try this:
>
> Create an alert for your message box and define your color requirements in
> the property palette. Use the set_alert_property built in to change the
> message before displaying the alert, and the show_alert function to display
> the alert.
>
> Here is sample code from the help doc:
> DECLARE
> alert_id ALERT := Find_Alert('generic_alert');
> dummy_var NUMBER;
> BEGIN
> Set_Alert_Property(alert_id, ALERT_MESSAGE_TEXT, 'The product
> you selected is not in stock');
> -- now show the alert
> dummy_var := Show_Alert(alert_id);
> END;
>
> HTH!

--
Hualon Microelectronics Corporation
Management Information System Dep.
HTTP://www.hmc.com.tw
Received on Sun Oct 24 1999 - 07:12:41 CEST

Original text of this message