Close InfoPath from vb.net

J

jmeyer

I'm trying to close InfoPath from managed code using
Application.Quit(false),
but after doing so to an existing form it will only allow me to open
the form in read-only mode. I can close a new form after submitting it
with no problem, but if I open an existing form and then close it
programmatically it hoses the form and only lets me open it in
read-only form.
The form is published to a wss form library.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top