Hi,
I am working with InfoPath 2010 and designing a web data entry form that requires data validations in the repeating table section of the Form.
The repeating table is bound to a web service and is populated with the return value of the service. I have added a handler to the changed event of the various text boxes that contain the data which validates the type of data entered and adds to the formerror
collection if the data type is incorrect. This works perfectly when previewing and testing the Form. When I publish the form to sharepoint. not only do I not see the validation rectangle in the text box, but I the error is not added to the formerror collection.
The funny thing is that if I add a very simple task to the event handler like modifying the value of a dummy textbox that part of the function works and the remaining part of the function simply does not execute.
Is there a way to debug this when browsing in SharePoint?
Has anybody come across a similar type of issue?
Thanks,
Rich
View Complete Post