My requirement is something like this:
In a Task Approval form, I want to have a view which shows all the rows in a particular SQL table (in a infopath repeating table?). Along with each row, there should also be a button, on clicking which the row should disappear
from the infopath view table. Do you think InfoPath can handle all this? :)
To summarize:
1. How do I add rows to a table dynamically?
2. Per row, how do I create a button dynamically?
3. How do I remove the row from the view when the button is clicked?
View Complete Post