marcwenger
marcwenger

Reputation: 439

Update Form button in InfoPath

I have an InfoPath that is being deployed as a web-form to SharePoint, and it contains much C# back-end code. Most of the form works fine, but I had to insert an "update form" button so that any back-end code can run. Is there another way of calling this code/button when InfoPath controls change?

Upvotes: 0

Views: 548

Answers (1)

Alexei Levenkov
Alexei Levenkov

Reputation: 100547

Each control have ability to force post back on change: properties of control -> browser forms -> Always.

Upvotes: 1

Related Questions