Home » Developer & Programmer » Forms » USE SAME TRIGGER FOR TWO DIFFERENT ITEMS (Oracle 10 g)
USE SAME TRIGGER FOR TWO DIFFERENT ITEMS [message #403244] Thu, 14 May 2009 07:30 Go to next message
pradies
Messages: 250
Registered: May 2008
Senior Member
Hi ALL ,


Please tell me that how we can use same trigger for two different items in oracle forms.


THANKS
Re: USE SAME TRIGGER FOR TWO DIFFERENT ITEMS [message #403246 is a reply to message #403244] Thu, 14 May 2009 07:41 Go to previous message
TonyJaa
Messages: 50
Registered: May 2009
Member
hi,

Create a trigger at block or form level, inside put this code :

IF :system.trigger_item IN (item1, item2) THEN
DO_WHAT_U_WANT;
END IF;

Previous Topic: Forms Runtime - Cannot execute
Next Topic: Starting MS Outlook with subject and body passed from DB
Goto Forum:
  


Current Time: Mon Feb 03 23:54:10 CST 2025