I would like to deactivate the default "Validation Errors" message box.
"This form contains vlidation errors. Errors are marked with..."
"Do you still want to save it?"
Does anyone have an idea?
Thanks
Chris
Greg Collins [InfoPath MVP] - 30 May 2006 18:12 GMT
You can, in code, delete all the errors from the Errors collection.
XDocument.Errors.DeleteAll();

Signature
Greg Collins [Microsoft MVP]
Visit Brain Trove ( http://www.BrainTrove.com )
Visit InfoPath Dev ( http://www.InfoPathDev.com )