Re: drag and drop

From: Daniel Morgan <damorgan_at_exxesolutions.com>
Date: Thu, 29 May 2003 08:31:33 -0700
Message-ID: <3ED627D5.AAF4F8F6_at_exxesolutions.com>


carlaferreira2 wrote:

> Didn't worked...
>
> I've tryed:
>
> :system.message_level :=5;
> :system.message_level := '5';
> :system.message_level :=25;
> :system.message_level := '25';
>
> in every "when-new-form-instance" trigger, and the "Acnowdlege messages
> keep going on"
>
> Can you tell me why....?
>
> Thank you ...
>
> --
> Posted via http://dbforums.com

Then the simple answer is that you have put your code, the code generating the error messages, into the wrong trigger.

I'd start commenting out trigger one at a time until the problem goes away. Just do the following to each trigger:

NULL;
/*
you existing code
*/

And start with those at the item level.

--
Daniel Morgan
http://www.outreach.washington.edu/extinfo/certprog/oad/oad_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Thu May 29 2003 - 17:31:33 CEST

Original text of this message