InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between An On-validate-field Trigger And A Trigger ? |
|
Answer» On-validate-FIELD trigger FIRES, when the field Validation status New or changed. Post-field-trigger WHENEVER the control leaving FORM the field, it will fire. On-validate-field trigger fires, when the field Validation status New or changed. Post-field-trigger whenever the control leaving form the field, it will fire. |
|