RE: In the sequence of fired trigger which one is fired first i) When _validate_item ii) Key_next_item?
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.
RE: In the sequence of fired trigger which one is fired first i) When _validate_item ii) Key_next_item?
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