March 2004
Beginner to intermediate
408 pages
10h 19m
English
InfoPath's validation events are, not surprisingly, intended to be used in the validation of InfoPath form data. There are three validation events: OnBeforeChange, OnValidate, and OnAfterChange, which occur in that order.
▸ Validation of InfoPath form data is described in Chapter 10, “Validating Form Data,” p. 179.
The DataDOMEvent object is passed as an argument to each of the three InfoPath validation events.
▸ To learn more about the methods and properties of the DataDOMEvent object, see “The DataDOMEvent Object,” p. 314 (Chapter 18).
The OnBeforeChange event is the first of the three validation events to occur when the user makes a change in the values visible in a form control. The OnBeforeChange ...
Read now
Unlock full access