Re: FORMS 4.5 problem "WHEN-VALIDATE-ITEM"

From: SHIMMY T. KOCHERRY <stk1_at_ss0.eng.wayne.edu>
Date: 1997/09/13
Message-ID: <Pine.SUN.3.95.970913125434.12497B-100000_at_ss0>#1/1


Make sure that When-Validate_trigger is placed as an Item level trigger and not on form or block level

On 10 Sep 1997, X wrote:

> I have a form with a master detail relation, and in a text item a have a
> trigger
> when validate item with a code something like that:
> ...
> if :block.item > 10 then
> message('error');
> raise form_trigger_failure;
> end if;
> ...
>
> supose if block.item>10 the trigger fires 2 times or more.
> I don't know if this is a Oracle BUG or there is a problem in my program.
> Can anyone help me.
>
> Luis Santos
> e-mail: l-miguel-santos_at_telecom.pt
>
>
Received on Sat Sep 13 1997 - 00:00:00 CEST

Original text of this message