A
Andrej
Hi,
i have a infopath form which is published in moss2007 and is webenabled.
i submit the form throug a c# code into the doclib where it was opened.
(thanks to S.Y.M. Wong-A-Ton for a link to a blog:
http://blogs.msdn.com/infopath/archive/2006/11/08/submitting-to-this-document-library.aspx)
the problem i have is that after submit my form is stil dirty. so if user
clicks on close button in the toolbar he get the message that the chages he
made are not saved.
Infopath 2003 has a property "XDocument.isDirty" which represents the status
of form. i could not find a way to set this property after submit.
any idias how to set the status of the form after submit, so no message
appers after clicking "close" button.
thanks
i have a infopath form which is published in moss2007 and is webenabled.
i submit the form throug a c# code into the doclib where it was opened.
(thanks to S.Y.M. Wong-A-Ton for a link to a blog:
http://blogs.msdn.com/infopath/archive/2006/11/08/submitting-to-this-document-library.aspx)
the problem i have is that after submit my form is stil dirty. so if user
clicks on close button in the toolbar he get the message that the chages he
made are not saved.
Infopath 2003 has a property "XDocument.isDirty" which represents the status
of form. i could not find a way to set this property after submit.
any idias how to set the status of the form after submit, so no message
appers after clicking "close" button.
thanks