When you are moving a cursor on a form what are the possible triggers that are going to be fired?

Questions by shravanam   answers by shravanam

Showing Answers 1 - 3 of 3 Answers

Anupam

  • Nov 21st, 2007
 

If you are moving from a item of first block to the item of another block in a form then following trigger will be fired.

post-text
when-validate-item (fired only when the status of the textitem has been changed)
post-block
pre-block
when-new-block-instance
pre-text
when-new-item-instance

If you are moving from a item to another item  in same form then following trigger will be fired.

post-text
when-validate-item (fired only when the status of the textitem has been changed)
pre-text
when-new-item-instance

  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