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

Home -> Community -> Usenet -> c.d.o.server -> Re: How may I avoid a modal dialog box when several commits occur in Forms

Re: How may I avoid a modal dialog box when several commits occur in Forms

From: Neville Sweet <sweet.neville.nj_at_bhp_xxx_.com.au>
Date: Mon, 14 May 2001 14:01:58 +1000
Message-ID: <9dnkpa$q1d$1@gossamer.itmel.bhp.com.au>

FRM-40400 has a message level of 5, so save current value of :System.Message_Level then set
:System.Message_Level := 5;
 Commit_Form;
:System.Message_Level := saved value.

zorro wrote in message ...
>Hi there !
>
>I would like to remove the modal dialog box that appears when you have
>several commits into the same Forms procedure.
>
>Thanks a lot.
>
>Denis
>dcrespe_at_home.com
>
>
>
>
>
Received on Sun May 13 2001 - 23:01:58 CDT

Original text of this message

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