C
christophe
hi everybody.
I have read all post about closing an infopath form but it doesn't work :-(
i have tried :
- thisApplication.ActiveWindow.Close(true);
- thisApplication.Quit(true);
- thisXDocument.View.Window.Close(true);
in fact, i have a form and when the user write something in a field, I have
a code behind in c#.
It's ok. when i debugg the form, with visual Studio, my pointbreak are good
but the form is already open.
Please, can u tell me more about it ?
thanks a lot.
chris.
I have read all post about closing an infopath form but it doesn't work :-(
i have tried :
- thisApplication.ActiveWindow.Close(true);
- thisApplication.Quit(true);
- thisXDocument.View.Window.Close(true);
in fact, i have a form and when the user write something in a field, I have
a code behind in c#.
It's ok. when i debugg the form, with visual Studio, my pointbreak are good
but the form is already open.
Please, can u tell me more about it ?
thanks a lot.
chris.