Call exe file when save form

A

Alexander Wolff

I would like to call a .exe file when the user saves a form.
How can I do that?

thanks in advance,
Alexander
 
T

TerryR

The easiest way is to create a from .net infopath toolkit, and hook into
the save event, and then call System.Process to spawn your external exe.

Infopath may complain about security, so you might need to get the form
full trust.
 
A

Alexander Wolff

thanks, i'll try this.
TerryR said:
The easiest way is to create a from .net infopath toolkit, and hook into
the save event, and then call System.Process to spawn your external exe.

Infopath may complain about security, so you might need to get the form
full trust.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top