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.
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.