Hi,
I have a save button that usese the deleteAll method of the FormErrorCollection that clears all errors in an Infopath form. This is to make madatory fields, none manadatoy so users can save a form at any point whilst editing. Is there a way of getting the form errors again without closing and opening the form. The form is a web broswer form. Basically a user may save a form as they go along and then use another button to sign off it off. The sign off button should then pick up the form errors (Manadatory Fields). If the save button has been already clicked the errors can not be captured which is my main problem. Im trying to avoid having to re-add the errors in code.
The form uses code behind to do most of the validation on the field events etc.
Cheers
Ian