Submit Button


since cannot edit click event of submit button, have button calls click event of submit button. submit button can check required fields filled. can edit code if submit button finds empty field, display error message , set focus particular field.

any input highly appreciated.

thanks
danny

sure, this:

if (somevalidationcheck) {
xfa.setfocus(field.somexpression);
xfa.host.messagebox(someerrormessage);
} else {
submitbutton.execevent("click");
}

chris
adobe enterprise developer support


More discussions in LiveCycle pre-ES (6.x and 7.x) discussions


adobe

Comments