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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Triggers In Forms !!!! HELP !!!!!

Re: Triggers In Forms !!!! HELP !!!!!

From: Aleksandr Kononov <AKononov_at_pptk.energo.ru>
Date: 15 Jan 2002 22:08:31 -0800
Message-ID: <db90604d.0201152208.67604e9b@posting.google.com>


Try to use WHEN-LIST-CHANGED trigger.

HTH
Aleksandr Kononov

EASYNITIN_at_NETSCAPE.NET (Nitin Tekchandani) wrote in message news:<e8140ffc.0201150336.33e0025a_at_posting.google.com>...
> Hi all,
> Have written a procedure which fetches a set of values from a
> table...and displays these values in the corresponding fields in the
> form
> am calling this procedure from WHEN-VALIDATE-ITEM trigger on a
> paricular item say First_Name .. Field First_Name has a LOV attatched
> to it....
> My problem is i want to display the values returned from the above
> said procedure as soon as i select a value in First_Name (from LOV)
>
> WHEN-VALIDATE-ITEM trigger is working fine but is fired only when i
> shift the focus from Field First_Name (on which it is being called) to
> any other field.
>
> i want to know that from which item-level trigger should i call the
> procedure
> such that the values in other fields are displayed as soon as i select
> First_name from its LOV
Received on Wed Jan 16 2002 - 00:08:31 CST

Original text of this message

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