Hello:
I would like the Submit Options on a Submit button to actually close
InfoPath once the form is submitted, not just close the Form. Is there any
way to do that?
Thanks!
S.Y.M. Wong-A-Ton - 16 Mar 2006 12:07 GMT
You can do this through code. You can create your own submit button to submit
the form using whatever data connection you want and then afterwards use
Application.Quit() to close InfoPath (see
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ipsdk/html/xdmt
hQuit_1_HV01021403.asp). Your form must have full-trust to use the latter.
---
S.Y.M. Wong-A-Ton
> Hello:
>
[quoted text clipped - 3 lines]
>
> Thanks!