Order of firing [message #82463] |
Thu, 29 May 2003 01:57 |
Ajith
Messages: 13 Registered: May 2003
|
Junior Member |
|
|
In Forms, the order of firing is Form-Block-Item level.
Can we change this order of firing?
|
|
|
|
|
Re: Order of firing [message #82534 is a reply to message #82476] |
Thu, 05 June 2003 05:26 |
Zaire
Messages: 36 Registered: October 2002
|
Member |
|
|
Hi,
if you didnt get your answer on the trigger firing. There's a OVERRIDE property in the Property Sheet for each trigger. This can be changed to get what you want. The problem is that you would have to manually change this property for every trigger in your form.
The properties are:
Override indicating that this trigger must be the only one to fire for this object.
Before: indicating that this trigger must fire BEFORE the same trigger on the hierarchy
After: indicating that this trigger should fire after the same trigger on the hierarchy
|
|
|