<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.infopathdev.com:443/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Browser Forms</title><link>https://www.infopathdev.com:443/forums/40.aspx</link><description>For browser form specific questions</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP3 (Build: 31118.962)</generator><item><title>Re: Printing infopath forms</title><link>https://www.infopathdev.com:443/forums/thread/47318.aspx</link><pubDate>Fri, 25 Sep 2009 06:56:51 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:47318</guid><dc:creator>Qazi Anis</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/47318.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=40&amp;PostID=47318</wfw:commentRss><description>&lt;p&gt;well try a little bit of tweaking on it. in XDocuments.open() there will be an argument to open it in background mode&lt;/p&gt;</description></item><item><title>Re: Printing infopath forms</title><link>https://www.infopathdev.com:443/forums/thread/47311.aspx</link><pubDate>Thu, 24 Sep 2009 19:48:56 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:47311</guid><dc:creator>Vandanamanivannan</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/47311.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=40&amp;PostID=47311</wfw:commentRss><description>&lt;p&gt;Thanks for the reply. I would like to print bulk of forms and I would not want the user to see the forms as it is getting printed.&lt;/p&gt;</description></item><item><title>Re: Printing infopath forms</title><link>https://www.infopathdev.com:443/forums/thread/47264.aspx</link><pubDate>Wed, 23 Sep 2009 08:27:43 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:47264</guid><dc:creator>Qazi Anis</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/47264.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=40&amp;PostID=47264</wfw:commentRss><description>&lt;p&gt;this is possible, you will need to code for that. something similar to below&lt;/p&gt;
&lt;p&gt;this is for printing&lt;p&gt;Microsoft.Office.Interop.InfoPath.Application moipApp = null;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;moipApp = new Microsoft.Office.Interop.InfoPath.Application();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;XDocument docume = moipApp.XDocuments.Open(arguments);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;docume.PrintOut();&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Printing infopath forms</title><link>https://www.infopathdev.com:443/forums/thread/47239.aspx</link><pubDate>Tue, 22 Sep 2009 14:25:26 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:47239</guid><dc:creator>Vandanamanivannan</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/47239.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=40&amp;PostID=47239</wfw:commentRss><description>&lt;p&gt;I need to select few items from my custom list (Grid View) and&amp;nbsp;look for the corresponding infopath form in the list&amp;nbsp;and print them. I should also be able to print any attachment if&amp;nbsp;any. Is it possible?&lt;/p&gt;</description></item></channel></rss>