Re: commit_form and the beep

From: Marcel Claus <Marcel.Claus_at_Informatik.Uni-Oldenburg.DE>
Date: Wed, 06 May 1998 12:39:08 +0100
Message-ID: <6ipeif$9et_at_news.Informatik.Uni-Oldenburg.DE>


Sigrid Staudte wrote:

> Hi,
>
> In my Forms 4.5 application I often use a commit_form statement and every
> time a beep was hearing. Is there any posibility to suppress this?
>
> With regards,
>
> Sigi

There is global variable called :SYSTEM.MESSAGE_LEVEL Try the following:
  :SYSTEM.MESSAGE_LEVEL := 6;
  DO_KEY('COMMIT_FORM');
  :SYSTEM.MESSAGE_LEVEL := 0;
Every error or message has a level and you can suppres it up to level 25. The levels are in the Error and Messages Manual.

Marcel Received on Wed May 06 1998 - 13:39:08 CEST

Original text of this message