S
srinivas
FormCode.vb is the codebehind for my Infopath form. I have a control
(checkbox) on my form. I add a event handler (OnBeforeChange) to this
checkbox and the code is written to my FormCode.vb . I then save the Infopath
form and Publish it. But the event does not get fired. I debugged the
FormCode.vb to find that the debugger is debugging the commented lines. This
means my changes (Event HAndler) to FormCode.vb does not reflect in the newly
Published Infopath.
Can you tell me whether I am missing any step in Building/Compiling the
Infopath project ? Or why is the debugger debugging the commecnted lines ?
Thanks in advance
(checkbox) on my form. I add a event handler (OnBeforeChange) to this
checkbox and the code is written to my FormCode.vb . I then save the Infopath
form and Publish it. But the event does not get fired. I debugged the
FormCode.vb to find that the debugger is debugging the commented lines. This
means my changes (Event HAndler) to FormCode.vb does not reflect in the newly
Published Infopath.
Can you tell me whether I am missing any step in Building/Compiling the
Infopath project ? Or why is the debugger debugging the commecnted lines ?
Thanks in advance