in

InfoPath Dev

Data validation for individual rows in a repeating table

Last post 06-11-2008 04:49 AM by Bleak. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 06-11-2008 04:49 AM

    • Bleak
    • Top 200 Contributor
      Male
    • Joined on 04-16-2008
    • Germany
    • Posts 26

    Data validation for individual rows in a repeating table

    I have a repeating table in my form, which contains a contact selector in each row. The selectors' contents is validated by C# code, which does some checks and adds errors if the checks are unsuccessful (

    this.Errors.Add(e.Site, errormsg);

    ). Problem: Currently, if an error is detected in one of those selectors, it is added to/removed from ALL contact selectors in the repeating table.

    Question: How can I attribute errors to the individual contact selectors in the repeating table?

    Context: This form is supposed to be just a list of users who are to be granted access to a resource.

Page 1 of 1 (1 items)
Copyright © 2003-2007 Qdabra Software. All rights reserved.
View our Terms of Use.