In the sequence of fired trigger which one is fired first i) When _validate_item ii) Key_next_item?

Showing Answers 1 - 24 of 24 Answers

Najim Tanwir

  • Sep 24th, 2007
 

First key-net-item then when-valodate-item will fair.

N.Taniwr
Sevenseas group
Duabi

  Was this answer useful?  Yes

This sequence of  fired triggers are:
1) Key_next_item and
2) When_validate_item
Why because, whenever to enter the value in field after that to press the key. So  the cursor navite to another field. So first Key_next_item was fire.After When_validate_item is fired.

  Was this answer useful?  Yes

k_Mahesh02

  • May 27th, 2009
 

When_validate_item will fire first because when the cursor moves to the next column or field then only Key_next_item will fire
If the Item is not validate then the cursor will not move the next column.
so first when_validate_item will fire

Order for trigger fire at item level If data is entered or chaged then
Key_next_item->Post_change->When_validatre_item->Post_text_item

If data is entered or chaged then
Key_next_item-> When_validatre_item->Post_text_item

Imran Baig

  Was this answer useful?  Yes

Ram Mohan

  • Apr 8th, 2013
 

Always first "key_next_item" firs first and then "when_validate_item" fire,this is applicable for all levels .i.e form level,block level and item level

  Was this answer useful?  Yes

krishna

  • Dec 20th, 2014
 

First WHEN-VALIDATE-ITEM and then next KEY-NEXT-ITEM

  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