OnSaveRequest

L

Luke Slotwinski

This is my first attempt at creating an InfoPath form so please bare with me.
I created the form no problem with the proper data source fields.
Ultimately what I now want to do is create an OnSaveRequest feature that will
take 3 of the fields defined in the form and use them as the file name for
the save. More specifically it will use the fields called: first, dhmrn,
cdate and put them into a file name such as first-dhmrn-cdate.xml

I found a document on
http://msdn.microsoft.com/library/d...p2003_ta/html/odc_InfoPath_extending_save.asp

that seems to address this issue perfectly however it is written in C#, and
when I got into the editor for OnSaveRequest it is in JScript. I'd like to
know how is it possible to use C# code or how to translate it into JScript.

Thank you,
Luke Slotwinski
 

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