Is it possible to close an InfoPath form programmatically? I know that it can be configured as a form rule / action but I want to close the form via code.
|
|
Use the ApplicationClass.XDocuments.Close method and pass it your document object:
|
||
|
|
