> I have a share point form library associated with an infopath template.
> The template contains a web service submit secondary data source, to subimt
[quoted text clipped - 5 lines]
> Thanks
> Cosimo
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
> 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.
[quoted text clipped - 10 lines]
> > Thanks
> > Cosimo
S.Y.M. Wong-A-Ton - 14 Mar 2006 15:24 GMT
Once the form has been saved to the subfolder in the WSS forms library, you
can use XDocument.URI to retrieve its full path.
---
S.Y.M. Wong-A-Ton
> Thank S.Y.M. Wong-A-Ton.
> I used the solution uri too ... but I can't get the subfolder from witch the
[quoted text clipped - 20 lines]
> > > Thanks
> > > Cosimo
S.Y.M. Wong-A-Ton - 14 Mar 2006 15:54 GMT
Forgot to mention that the location is not available before you save the
form. Since you are submitting programmatically, have you already looked into
the FolderURL property on the DAVAdapter object?
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ipsdk/html/xdob
jDAVAdapterObject_HV01106498.asp
---
S.Y.M. Wong-A-Ton
> Thank S.Y.M. Wong-A-Ton.
> I used the solution uri too ... but I can't get the subfolder from witch the
[quoted text clipped - 20 lines]
> > > Thanks
> > > Cosimo