Thks a lot Michelle.
But if they just want to read the informtaion on the sharepoint web site, is
it possible ?
MCC
> In order to fill out the InfoPath form your users will need to have InfoPath
> installed on their machines.
[quoted text clipped - 6 lines]
> > Thanks in advance for your help.
> > MCC
Greg Collins [InfoPath MVP] - 14 Dec 2004 14:05 GMT
You can export your form as an .mht file and then upload that to SharePoint. There is a method which requires your form to be full trust that allows you to export a view via code.
Keep in mind that exporting as .mht is per view.

Signature
Greg Collins [InfoPath MVP]
Please visit: http://www.InfoPathDev.com
Thks a lot Michelle.
But if they just want to read the informtaion on the sharepoint web site, is
it possible ?
MCC
"Michelle" wrote:
> In order to fill out the InfoPath form your users will need to have InfoPath
> installed on their machines.
[quoted text clipped - 8 lines]
> > Thanks in advance for your help.
> > MCC
Alternatively you can convert your InfoPath forms to a web form and your users can fill in the same form via their browsers. Then the XML data can be processed the same way as with your InfoPath form.
For this you'll need a tool like InfoView - www.infoview.net
MCC - 14 Dec 2004 21:09 GMT
Hello,
Thanks a lot for you information.
I' ll test it.
MCC
> Alternatively you can convert your InfoPath forms to a web form and your users can fill in the same form via their browsers. Then the XML data can be processed the same way as with your InfoPath form.
>
> For this you'll need a tool like InfoView - www.infoview.net