sequence in which triggers are executed [message #85549] |
Wed, 07 July 2004 21:30 |
Anand yegappan
Messages: 2 Registered: July 2004
|
Junior Member |
|
|
Hi,
Can any one let me know in which sequence the forms triggers will be executed. If suppose I am opening a form and entering into an item, what are triggers will get executed. Also, if I make some dml operations or a query, what triggers will be executed. Thanks in advance.
With Regards,
Anand Y.
|
|
|
Re: sequence in which triggers are executed [message #85551 is a reply to message #85549] |
Thu, 08 July 2004 00:43 |
Himanshu
Messages: 457 Registered: December 2001
|
Senior Member |
|
|
Following is the sequence:
Assuming that you are already logged on.
Pre-logon
On-logon
Post-logon
Pre-form
When-New-Form-instance
Pre-block
When-new-block-instance
Pre-record
When-new-record-instance
Pre-Text-item
When-new-item-instance
HTH
Regards
Himanshu
|
|
|
Re: sequence in which triggers are executed [message #85574 is a reply to message #85551] |
Fri, 09 July 2004 02:51 |
Anand yegappan
Messages: 2 Registered: July 2004
|
Junior Member |
|
|
Thanks Himanshu.
Can you please give me the sequence for DML operations also (like, what will be the sequence when I do a query, insert a record or multi record, update a record or multi recor or delete a record or multi record). In similar manner, can you please let me know the sequence, when I exit from the form. Thanks in advance.
With Regards,
Anand Y.
|
|
|
|