N
Nick
We have a form which uses custom validation in the sense that not all views
are accessable for certain combinations of inputs, so if an unavailable form
has errors, the form is still valid. When saving, it gives us the "form has
errors, do you want to save". We dont want this to show up if we determine
that the errors exist on the unavailable views. Ive tried trapping the save
event, thisXDocument.Errors.DeleteAll(), but I still get the warning. Any
ideas?
are accessable for certain combinations of inputs, so if an unavailable form
has errors, the form is still valid. When saving, it gives us the "form has
errors, do you want to save". We dont want this to show up if we determine
that the errors exist on the unavailable views. Ive tried trapping the save
event, thisXDocument.Errors.DeleteAll(), but I still get the warning. Any
ideas?