<?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>General</title><link>https://www.infopathdev.com:443/forums/41.aspx</link><description>If you're not sure where to ask your question, ask it here. If necessary, our moderators will make sure it gets classified in the correct board.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP3 (Build: 31118.962)</generator><item><title>Re: Printing multi page forms with Firefox</title><link>https://www.infopathdev.com:443/forums/thread/68270.aspx</link><pubDate>Fri, 08 Jul 2011 21:02:00 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:68270</guid><dc:creator>Johnnie M.</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/68270.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=41&amp;PostID=68270</wfw:commentRss><description>&lt;p&gt;Has anyone managed to do this with SharePoint Server 2010, InfoPath 2010 and Firefox 4.0/5.0?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I have tried these same steps, along with a number of others, but have had no joy so far.&amp;nbsp; The print preview via the InfoPath button (in Firefox)&amp;nbsp;displays correctly but the actual Firefox print preview and the actual printed document have some extra page breaks included and do not show any overflow text.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks.&lt;/p&gt;</description></item><item><title>Re: Printing multi page forms with Firefox</title><link>https://www.infopathdev.com:443/forums/thread/50981.aspx</link><pubDate>Mon, 25 Jan 2010 17:07:33 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:50981</guid><dc:creator>dagmajor</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/50981.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=41&amp;PostID=50981</wfw:commentRss><description>Hi Andrew,&lt;br /&gt;&lt;br /&gt;I have a web part loading the form templates.&lt;br /&gt;The web part originally requested FormServer.aspx to load the required form template.&lt;br /&gt;I replaced FormServer.aspx in the URL with FormServerRedirect.aspx which redirects the request to either the original FormServer.aspx or the new FormServerFirefox.aspx, as appropriate.&lt;br /&gt;e.g.&lt;br /&gt;Replace&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; http://xxxx.com/_layouts/&lt;u&gt;&lt;b&gt;FormServer&lt;/b&gt;&lt;/u&gt;.aspx?XsnLocation=/FormServerTemplates/myForm.xsn ...&lt;br /&gt;with&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; http://xxxx.com/_layouts/&lt;u&gt;&lt;b&gt;FormServerRedirect&lt;/b&gt;&lt;/u&gt;.aspx?XsnLocation=/FormServerTemplates/myForm.xsn ...&lt;br /&gt;&lt;br /&gt;You don&amp;#39;t need to change any settings. I just copied the files to folder:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS&lt;br /&gt;&lt;br /&gt;The full contents of&amp;nbsp; FormServerFirefox.aspx are:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;%@ Page&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inherits=&amp;quot;Microsoft.Office.InfoPath.Server.Controls.FormServerPage,Microsoft.Office.InfoPath.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EnableSessionState=&amp;quot;true&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AutoEventWireup=&amp;quot;false&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EnableViewState=&amp;quot;false&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LinePragmas=&amp;quot;false&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Language=&amp;quot;C#&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ValidateRequest=&amp;quot;true&amp;quot;&lt;br /&gt;%&amp;gt;&lt;br /&gt;&amp;lt;%@ Register Tagprefix=&amp;quot;InfoPath&amp;quot; Namespace=&amp;quot;Microsoft.Office.InfoPath.Server.Controls&amp;quot; Assembly=&amp;quot;Microsoft.Office.InfoPath.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c&amp;quot; %&amp;gt;&lt;br /&gt;&amp;lt;html&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;head runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/head&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;body style=&amp;quot;margin: 0px;overflow:&lt;u&gt;&lt;b&gt;visible&lt;/b&gt;&lt;/u&gt;;&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;form runat=&amp;quot;server&amp;quot; id=&amp;quot;HostingForm&amp;quot; method=&amp;quot;post&amp;quot; enctype=&amp;quot;multipart/form-data&amp;quot; style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;InfoPath:XmlFormView id=&amp;quot;FormControl&amp;quot; Style=&amp;quot;width:100%;&amp;quot; runat=&amp;quot;server&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/form&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Dave.&lt;br /&gt;</description></item><item><title>Re: Printing multi page forms with Firefox</title><link>https://www.infopathdev.com:443/forums/thread/50843.aspx</link><pubDate>Thu, 21 Jan 2010 13:05:40 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:50843</guid><dc:creator>AndrewSmith</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/50843.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=41&amp;PostID=50843</wfw:commentRss><description>Normal
  0
  
  
  false
  false
  false
  
   
   
   
   
   
  
  MicrosoftInternetExplorer4
 

 
 




 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:&amp;quot;Table Normal&amp;quot;;
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-parent:&amp;quot;&amp;quot;;
	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
	mso-para-margin:0cm;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:&amp;quot;Times New Roman&amp;quot;;
	mso-ansi-language:#0400;
	mso-fareast-language:#0400;
	mso-bidi-language:#0400;}



&lt;p&gt;I am facing same problem with Firefox printing (Only printing first page).&lt;/p&gt;

&lt;p&gt;The above solution seems to be in the right direction.&lt;/p&gt;

&lt;p&gt;I have created FormServerFirefox.aspx and FormServerRedirect.aspx and placed
them in Layouts folder,&amp;nbsp;but what do I do next?&lt;/p&gt;

&lt;p&gt;Do I need to change any setting on SharePoint to pick this new URL (FormServerRedirect.aspx)?
&lt;span&gt;&amp;nbsp;&lt;/span&gt;, how will the InfoPath form use the new
URL?&lt;/p&gt;

&lt;p&gt;&amp;nbsp;Any help is much appreciated.&lt;/p&gt;

&lt;p&gt;&amp;nbsp;Regards&lt;/p&gt;

&lt;p&gt;Andrew &lt;/p&gt;</description></item><item><title>Re: Printing multi page forms with Firefox</title><link>https://www.infopathdev.com:443/forums/thread/48343.aspx</link><pubDate>Thu, 29 Oct 2009 09:18:27 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:48343</guid><dc:creator>dagmajor</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/48343.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=41&amp;PostID=48343</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I fixed this problem by creating a clone of FormServer.aspx for FireFox called FormServerFireFox.aspx which has:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;body style=&amp;quot;margin: 0px; overflow: visible;&amp;quot;&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;I also created FormServerRedirect.aspx which redirects to FormServerFirefox.aspx for Firefox browsers:&lt;/p&gt;&lt;p&gt;&amp;lt;%@ Page &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Language=&amp;quot;C#&amp;quot;&lt;br /&gt;%&amp;gt;&lt;br /&gt;&amp;lt;%@ Register Tagprefix=&amp;quot;InfoPath&amp;quot; Namespace=&amp;quot;Microsoft.Office.InfoPath.Server.Controls&amp;quot; Assembly=&amp;quot;Microsoft.Office.InfoPath.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c&amp;quot; %&amp;gt; &lt;br /&gt;&amp;lt;%@ Register Tagprefix=&amp;quot;SharePoint&amp;quot; Namespace=&amp;quot;Microsoft.SharePoint.WebControls&amp;quot; Assembly=&amp;quot;Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c&amp;quot; %&amp;gt; &lt;br /&gt;&amp;lt;%@ Register Tagprefix=&amp;quot;Utilities&amp;quot; Namespace=&amp;quot;Microsoft.SharePoint.Utilities&amp;quot; Assembly=&amp;quot;Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c&amp;quot; %&amp;gt; &lt;br /&gt;&amp;lt;%@ Import Namespace=&amp;quot;Microsoft.SharePoint&amp;quot; %&amp;gt; &lt;br /&gt;&amp;lt;%@ Register Tagprefix=&amp;quot;WebPartPages&amp;quot; Namespace=&amp;quot;Microsoft.SharePoint.WebPartPages&amp;quot; Assembly=&amp;quot;Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c&amp;quot; %&amp;gt;&amp;nbsp; &lt;br /&gt;&amp;lt;%@ Assembly Name=&amp;quot;Microsoft.SharePoint.ApplicationPages&amp;quot; %&amp;gt; &lt;br /&gt;&lt;br /&gt;&amp;lt;%&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SPSite spServer = SPControl.GetContextSite(Context); &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SPWeb spWeb = SPControl.GetContextWeb(Context);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; string page&amp;nbsp; = &amp;quot;FormServer.aspx&amp;quot;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; string query = Request.RawUrl;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (Page.Request.Browser.Browser==&amp;quot;Firefox&amp;quot;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; page = &amp;quot;FormServerFireFox.aspx&amp;quot;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; int index = query.IndexOf(&amp;quot;?&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (index &amp;gt;= 0 &amp;amp;&amp;amp; index &amp;lt; query.Length) query = query.Substring(index + 1);&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SPUtility.Redirect(page, SPRedirectFlags.RelativeToLayoutsPage, Context, query);&lt;br /&gt;%&amp;gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Printing multi page forms with Firefox</title><link>https://www.infopathdev.com:443/forums/thread/48022.aspx</link><pubDate>Tue, 20 Oct 2009 09:55:56 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:48022</guid><dc:creator>dagmajor</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/48022.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=41&amp;PostID=48022</wfw:commentRss><description>&lt;p&gt;
 
  Normal
  0
  
   
   
   
   
  
  MicrosoftInternetExplorer4
 

&lt;/p&gt;&lt;p&gt;We are receiving a number of customer complaints about a problem printing multi page forms, using Firefox browser, on our public internet site.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;We are rendering Infopath browser forms from a sharepoint 2007 site using a URL to the standard FormServer.aspx page e.g.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; https://devextranet.fdeb22.co.uk/_layouts/FormServer.aspx?XsnLocation=%2fFormServerTemplates%2fMyForm.xsn&amp;amp;SaveLocation=%2feForms&amp;amp;Source=%2feForms%2fForms%2fAllItems.aspx&amp;amp;DefaultItemOpen=1&lt;br /&gt;&amp;nbsp;&lt;br /&gt;I can print a multi-page form from Explorer, but not from Firefox (using latest versions of both browsers).&lt;br /&gt;&amp;nbsp;&lt;br /&gt;When I use the Firebug tool to analyse the form I can see that the &amp;lt;body&amp;gt; tag has the style:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;body style=&amp;quot;margin: 0px; overflow: auto;&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;If I change the body style using Firebug to:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;body style=&amp;quot;margin: 0px; overflow: visible;&amp;quot;&amp;gt;&lt;br /&gt;then Firefox can print all the form’s pages.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;I&amp;#39;ve tried changing the style of the body tag in the form template&amp;#39;s view1.xsl file, but this has no effect because, it seems, that the form template&amp;#39;s &amp;lt;body&amp;gt; tag is rendered as a &amp;lt;div&amp;gt; tag.&lt;br /&gt;I&amp;#39;m guessing, that the Infopath XmlFormView control is controlling the rendering of the &amp;lt;body style=&amp;quot;margin: 0px; overflow: auto;&amp;quot;&amp;gt; tag.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;Is there any way I can change the body tag styling so that Firefox will print all pages, or any other solution to this problem ?&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>