problem in closing form on changed event in infopath 2007

A

AK

Hi All,

I am new to this group . i am having problem in using "this.close();" or
"Application.Quit()" or Application.activewindow.close() on the changed event
of a drop down .

can we use these close methods on changed event of any control?

thanks,
AK
 
S

S.Y.M. Wong-A-Ton

I think they work only in the Clicked event of button controls and not in
browser forms.
 
Top