If the same trigger is present in Form, Block and Item level, normally the item level will fire first. How to change this default one. That is I want to fire the block level or form level. How to do this?

Showing Answers 1 - 17 of 17 Answers

manish

  • Sep 17th, 2006
 

Change the trigger's 'Execution Style' Property to 'after'.There is another way if you put a trigger on first item of the record then try to navigate the cursor to next item then execute the query,so that bydefault block trigger fires first coz of its by default override property.

  Was this answer useful?  Yes

Prasanth A.S

  • Sep 18th, 2006
 

Thank you Manish...

  Was this answer useful?  Yes

Manikandan

  • Dec 24th, 2006
 

go to property palette of trigger and  change execution Hierarchy (property)of the trigger.

  Was this answer useful?  Yes

If same trigger is fired at form block, item item gets executed first then block then form. To change the process, change the trigger property execution hierarchy to "after" from "overridden".


Regards
Imran Baig

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions