Executes any scripts on the validate event of the specified object, and any child objects.
Reference_Syntax.execValidate()
None
Empty
Model
Object
Form Model
field
form
manifest
subform
XFA 2.1
xfa.form.execValidate();
Executes the scripts contained on the validate event for all objects on the form.
Subform1.execValidate();
Executes the scripts contained on the validate event of the object named Subform1, and for any objects contained within the subform.
TextField1.execValidate();
Executes the scripts contained on the validate event of the object named TextField1.
xfa.form.execValidate()
Subform1.execValidate()
TextField1.execValidate()
Legal Notices | Online Privacy Policy
Content from Scripting Reference (10).
Other versions: