C# code for saving form

J

Josiah Smith

We designed our initial forms with InfoPath 2003 to submit a patient's form
and save using a comma in between a patient's last name and their first name.

When we moved to the 2007 beta, InfoPath would replace the comma with an
underscore, no matter what we did. We were able to work-around it, though by
using JScript code to do an http save event to basically overwrite the file
in our sharepoint library, but that was with the old Object Model.

Are there any examples or documentation for this same process using the 2007
Managed Object Model in C#?

Josiah
 
B

Ben Walters

Hey Josiah,
Are you attempting to save the form to the file system or to a form library?

Cheers
Ben
 
J

Josiah Smith

We're saving it to a form library. We would have used the submit function,
but (when using JScript and C#) InfoPath 2007 beta replaces commas in saved
files with an underscore. We were able to circumvent that using JScript, but
now we're trying to move to the new object model using C#.
 

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