Firing Order Of Triggers [message #81643] |
Fri, 07 March 2003 14:52 |
Sujan
Messages: 5 Registered: February 2003
|
Junior Member |
|
|
Hi All,
I want to know the Firing order of a trigger in a text-item. I want to get clarrified about the other trigger fire orders.
Thanks
Sujan
|
|
|
Re: Firing Order Of Triggers [message #81658 is a reply to message #81643] |
Sun, 09 March 2003 03:30 |
magnetic
Messages: 324 Registered: January 2003
|
Senior Member |
|
|
are you lazy to test it yourself?
make a text item and put all the triggers you want to under this item
put in the triggers the code:
message('1');pause; -- in the first trigger
message('2');pause; -- in the second trigger
...
..
run the form.
then you'll see the order..
|
|
|