Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: FORMS- Stop the Acknowledge?
FRM-40400 is a level 5 message. Precede your loop or your commit_form
statement (depending on where you want other potential messages to show
up) with :SYSTEM.MESSAGE_LEVEL := 5;
and follow it with :SYSTEM.MESSAGE_LEVEL := 0;
SQL*Forms suppresses all messages with a severity level that is the same
or lower than :system.message_level.
() Lisa L Tennyson (()) Compliance Corporation Phone: 301.863.8070 ((())) 34 Essex South FAX: 301.863.8290 || Lexington Park, MD 20653 Internet: tennyson_at_nosc.mil
On Thu, 8 Feb 1996, Dennis Pike wrote:
> I have code with nested loops which is changing
> and updating information on the form. At times the code
> performs a COMMIT_FORM. This produces an acknowledgement
> display ...
>
> FRM-40400 Transaction Complete: 1 records applied or
> saved.
>
> ... and requires pressing an OK button to move on . . .
>
>
> Is there a way to STOP this acknowledgement so my
> code will simply keep running?
>
>
>
> Denny
> WA3OHN
>
> Chief Engineer, Engineering Services
> Indsutrial Scientific Cororation
>
> E-mail: pike_at_ccia.com
> Date: 02/08/96
> Time: 07:24:43
>
Received on Thu Feb 08 1996 - 08:45:57 CST
![]() |
![]() |