You can use the WebClient class in .NET to retrieve a form from a library as
a binary stream. From there you can do whatever you like with the stream.
Another option is to directly connect to the SharePoint database containing
the forms in SQL Server. Note: This is *not recommended* by Microsoft. You'd
have to do some investigation which database and/or tables you'd need to
access to retrieve the forms, but after you have that it's the same thing as
with the WebClient class, retrieve the BLOB for the form and then use it to
you likings.
---
S.Y.M. Wong-A-Ton
> Hello
>
[quoted text clipped - 10 lines]
> Thanks
> Darryl
darrylgould@lycos.co.uk - 25 Jan 2007 05:27 GMT
Many thanks
On Jan 25, 5:15 am, S.Y.M. Wong-A-Ton
<SYMWongA...@discussions.microsoft.com> wrote:
> You can use the WebClient class in .NET to retrieve a form from a library as
> a binary stream. From there you can do whatever you like with the stream.
[quoted text clipped - 23 lines]
> > Thanks
> > Darryl- Hide quoted text -- Show quoted text -