Tagged Questions
-1
votes
2answers
120 views
How to open site in InfoPath by Code ?
How to open sharepoint site in InfoPath by coding ?
I have written this code,
SPSite site = new SPSite("http:/MyServer/sites/MySite/");
SPWeb web = site.OpenWeb();
but it throws this error. "The ...
1
vote
1answer
146 views
How to create a list of data gotten from many forms?
Salve! I have a handful of subsites, each with a form library that uses infopath content-types. The user creates a new form document in a the library and then fills out the form.
I want to gather ...
1
vote
2answers
823 views
Get the current user interacting with a site workflow
I have a SP 2010 state machine Site workflow with lots of custom InfoPath forms.
In some cases I need the user that's interacting with the workflow (many users can interact with the Workflow, not ...