You are currently viewing the BOOK: Professional InfoPath 2003 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
I have a repeating table that contain 3 culomns: IDnumber, FirstName and LastName. The Repeating group contain one more field (type True/False) that called "IsIDnumberValid".
On the OnAfterChange event of the IDnumber control, I run a code that check spoecific validation of the IDnumber input. If the validitaion o.k, I want to put in the field "IsIDnumberValid" the value TRUE.
The problem is that it always update to me the "IsIDnumberValid" of the first record in the Repeating table!!!!!
How to fix it to update the field of the specific record???