Save to sharepoint vs Submit to sharepoint

B

Bill Brown

I have a form that is opened from sharepoint and, when new, is submitted to a
database and then to the sharepoint library.

The form will be updated by several people in different places so the data
has to be sent to the database and the form has to be saved back to the
sharepoint library.

I created a certificate and installed it so I can give the form full trust.
Here's the problem:
When I enable full trust I get a "Permission denied" error on the submit to
sharepoint code.
I tried to install the form from the sharepoint site and get a "Used the /T
parameter more than once" error from the regform tool.
The XDocument.save() gives a permission denied error without full trust and
when I call the OnSaveRequest code directly I get a type mismatch error.

I have to make this work. I'm using VB and infopath 2003 with SP3.
Can a form be installed but be opened from sharepoint?
 

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