manish
Answered On : 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.
Login to rate this answer.
Prasanth A.S
Answered On : Sep 18th, 2006
Thank you Manish...
Login to rate this answer.
Manikandan
Answered On : Dec 24th, 2006
go to property palette of trigger and change execution Hierarchy (property)of the trigger.
Login to rate this answer.
Every Trigger is associated with the property "Execution Hierarchy" . By setting this to, Override, the default order of the trigger firing can be changed
Login to rate this answer.
Through "Execution Hierarchy" property of trigger.
Login to rate this answer.
No Idea ?If anybody know it kindly let me also know the right answer.RegardsDharmendra JaiswalCMS.
Login to rate this answer.
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".
Login to rate this answer.