Validation Errors using XmlFormViewer Control

P

Pakal

Hello,

We are having problemas to manage the validation errors.

The Form.Errors collection doesn´t work when the form is shown from a web
page using the XmlFormViewer control.

The only way that I have found to do this is using the method e.ReportError,
but the problem is I can´t clean the error once it has been raised.

Any ideas???

Many thanks in advance!!!
 
R

Ramana

Hi,

Try below method to delete validation erros.
thisXDocument.errors.deleteall();

I hope this will help for you.
 
P

Pakal

Thanks Ramana but Form.Errors collection is not accesible if you are working
with the Explorer compatibility. That´s the reason I need to raise the error
using the e.ReportError method. But I have no idea how to delete this type of
error.

Any other suggestion?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top