Thursday, February 16, 2012

Trigger event when field value changed in Infopath Repeating table programmatically

Requirement: To update a field value in a repeating table when another field value is changed.

Solution: In the Infopath form, select the field that you want to apply event, go to Tools menu, select Programming > select Changed Event


This will redirect you to the VSTO event, write the code to change the main data source.