G
G. Tarazi
Hi
I have created an event handler to capture the save button, and redirect it to save using custom code.
When I try to save an invalid document, I have a dialog box that is warning me that some of the values are not valid, this is nice, but the problem is that this box has a yes and no buttons
"This form contains validation errors, errors are marked with wither a red asterisk (required fields) or a red, dashed border (invalid values)."
And if the user presses yes, the form will save the invalid values
The question is how I can find out if there are any invalid values in the form before saving. (Marked invalid by the InfoPath validation itself)
Thanks
I have created an event handler to capture the save button, and redirect it to save using custom code.
When I try to save an invalid document, I have a dialog box that is warning me that some of the values are not valid, this is nice, but the problem is that this box has a yes and no buttons
"This form contains validation errors, errors are marked with wither a red asterisk (required fields) or a red, dashed border (invalid values)."
And if the user presses yes, the form will save the invalid values
The question is how I can find out if there are any invalid values in the form before saving. (Marked invalid by the InfoPath validation itself)
Thanks