Hello,I have a Button on my form and I have the code :
xfa.form.execValidate(); my additional code .... ;If this validation is
successful (but only if it is successful then I want this button to run
addtional code. Currently the way I have it, the form does the vaidation
properly, but then it always runs this additional code. How can I do a
check to say if validation successful then turn additional code?thx for
any help.