Custom code on submit

I

Info Path

Hi,

I'm working with VS.NET 2003 InfoPath SDK and I need to execute custom code
before submitting. I can execute my custom code only setting the form as
fully trusted and setting up a certificate.

Is there a workaround?

Thanks
 
S

Shem

I do not think there is any way round not making the form fully trusted as it
is using managed code. On another not, I presume you are using a submit
button to do the submit. If so how do you execute code on the button press
before the submit. I have been trying to do this and have had to resort to
submitting the form via code?
 
Top