Add code to a button

J

Jay Dee

Hi,
I'm new to infopath and I have no programming experience.
I created a form and I want to save the filled in forms to my local HD to a
predefined folder. This is not a standard option in the properties of the
button
What I would like is when a save button is pressed, I get a little
messagebox where I just need to fill in the name of the file and the form is
then saved automatically in the predefined folder on my HD.
Who can help me with this or point me to some adjustable code.

Thanks,
Jay
 
K

Karthik

HI Jay,

Right click on the button -> "Button Properties". You would see a button
called "Edit form's code". click you would be taken to the code where you can
handle your logic.
The form code can be in any language (C#. VB, Javascript) and you would be
taken to the particular form code (default is Javascript unless you have
created the template using VS2005 or VS2003).

regards,
Karthik
 
J

Jay Dee

Hi,

Thanks for the reply,
but as mentioned, I have no programming skills.
If you know some sites with examples of what I'm looking for would be a
great help.

Jay
 

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