Hi,
I am trying to get a complete List of all validation Errors in a browser enabled form. In my environment, the XmlFormView is embedded into an aspx page and would like to get the errors after calling XmlForm.Submit(). I looked into the XmlForm.Errors but it seems that this Property is not accessible within browser enabled forms. If I catch the exception that is thrown by XmlForm.Submit() when there are validation errors on the page, I am only able to get the first error that occured during validation.
Searching the internet I found some hints, that it might be possible to access all validation errors using code within the InfoPath forms. Since this requires the forms to be approved by an administrator I am looking for a solution that avoids integrated code.
Does anyone have any ideas how to achieve this, or am I completely on the wrong track?
Thanks
Alex