Hi,
I would to know if its possible to close the Infopath program when the user
clicked the save button. I already tick the "Save using custom code" under
Form Option, and write the script below.
Sub XDocument_OnSaveRequest(eventObj)
' Write the code to be run before saving here.
eventObj.IsCancelled = eventObj.PerformSaveOperation
' Write the code to be run after saving here.
eventObj.ReturnStatus = True
Application.ActiveWindow.Close(true)
End Sub
After doing all above, I can't still close the infopath program after
clicking the save button.
Any comment please.
Thanks in advance!
Noel - 08 Nov 2006 07:07 GMT
> Hi,
>
[quoted text clipped - 19 lines]
>
> Thanks in advance!
any help please. thx!