Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: forms 5.0 messages question

Re: forms 5.0 messages question

From: BA <Please.Do.not_at_mail.me>
Date: Thu, 15 Apr 1999 07:40:50 +0200
Message-ID: <7f3u7n$qjt$1@vkhdsu24.hda.hydro.com>


If the message is to be shown during execution of a trigger (or local program unit), you should write 'synchronize' after the message:

for i in 1 .. 1000 loop
  message(to_char(i),no_acknowledge);
  synchronize;
end loop;

janakah_at_my-dejanews.com wrote in message <7f3ld7$h47$1_at_nnrp1.dejanews.com>...
>Hi,
>
>I just want to display a message from a forms 5.0 application witout
waiting
>for operator response. So I use message('message_text', NO_ACKNOWLEDGE) but
>then it did not display the message at all. If I use
message('message_text')
>then it waits for the operator to respond. Is there any work around or any
>other function that I could use in my program ?
>
>TIA
>
>-----------== Posted via Deja News, The Discussion Network ==----------
>http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Received on Thu Apr 15 1999 - 00:40:50 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US