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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: FORMS- Stop the Acknowledge?

Re: FORMS- Stop the Acknowledge?

From: Lisa L. Tennyson <tennyson_at_NISE-SI.NOSC.MIL>
Date: Thu, 8 Feb 1996 08:35:23 -0500
Message-Id: <9602081345.AA32559@alice.jcc.com>


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

Original text of this message

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