infopath folder url on wss

C

Cosimo Galasso

I have a share point form library associated with an infopath template.
The template contains a web service submit secondary data source, to subimt
the form.

How can I retrieve, from the submit web service, the share point folder url
on witch the user click the 'fill out this form' link button ?

Thanks
Cosimo
 
S

S.Y.M. Wong-A-Ton

You can use XDocument.Solution.URI to retrieve the path to the InfoPath
template. From this you can extract the location of the form in SharePoint.
 
C

Cosimo Galasso

Thank S.Y.M. Wong-A-Ton.
I used the solution uri too ... but I can't get the subfolder from witch the
user clicked the 'fill out this form' link button.

Suppose that a user create a sub folder inside the form library ... and from
this he clcks 'fill out this form' ...
How can I get the that sub folder url ?

Cosimo
 
S

S.Y.M. Wong-A-Ton

Once the form has been saved to the subfolder in the WSS forms library, you
can use XDocument.URI to retrieve its full path.
 

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