<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.infopathdev.com/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>Search results matching tag 'Browser based forms'</title><link>http://www.infopathdev.com/search/SearchResults.aspx?o=DateDescending&amp;tag=Browser+based+forms&amp;orTags=0</link><description>Search results matching tag 'Browser based forms'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP3 (Build: 31118.962)</generator><item><title>Writer.WriteElmentString not populating values</title><link>http://www.infopathdev.com/forums/p/25837/89698.aspx#89698</link><pubDate>Mon, 13 May 2013 17:52:47 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:89698</guid><dc:creator>mittulm</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have a multiple-selection box, which when a user selects a value will add an additional row to a repeating table. This part works like a charm, but I&amp;#39;m facing two problems after the fact.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Within my code, I have used the following on a object_Changed event:&lt;/p&gt;&lt;p&gt;&amp;nbsp; writer.WriteElementString(&amp;quot;field1&amp;quot;, myNamespace, &amp;quot;test&amp;quot;);&lt;/p&gt;&lt;p&gt;The code writes the text box without any problems, but, it doesn&amp;#39;t populate the value in a browser-based form. Mind you this works flawlessly in the preview, no coding errors either, as it has been validated in preview mode. When it&amp;#39;s used in a browser is when it doesn&amp;#39;t work.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Further, I have a hidden section that operates on the repeating table columns, the formatting action works for only the first row when it is being filled out in browser, but when in infopath form it works, again, flawlessly. &lt;/p&gt;&lt;p&gt;&amp;nbsp;It&amp;#39;s been driving me absolutely crazy. I&amp;#39;m not sure if&amp;nbsp;I absolutely require a button or is it just that programatically written rows behave differently with SharePoint 2010 and InfoPath 2010? Any help is greatly appreciated.&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;</description></item><item><title>Infopath multiple attachments to SP library and with few fields from Infopath Form</title><link>http://www.infopathdev.com/forums/p/25077/86900.aspx#86900</link><pubDate>Fri, 08 Feb 2013 20:34:13 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:86900</guid><dc:creator>EMSCA</dc:creator><description>&lt;p&gt;&lt;span style="FONT-FAMILY:&amp;#39;Verdana&amp;#39;, &amp;#39;sans-serif&amp;#39;;FONT-SIZE:9pt;"&gt;Hi, &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-FAMILY:&amp;#39;Verdana&amp;#39;, &amp;#39;sans-serif&amp;#39;;FONT-SIZE:9pt;"&gt;Ive created a process to upload multiple attachments using InfoPath repeating table to SP document library, Written the code in Btn click event. Please check the code below, it&amp;#39;s working fine, now i&amp;#39;d like to save data rom few fields of InfoPath from, fields like Form Name, Form ID..I tried few options to add fields data to SP library while attachments upload but no luck&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-FAMILY:&amp;#39;Verdana&amp;#39;, &amp;#39;sans-serif&amp;#39;;FONT-SIZE:9pt;"&gt;Could you please suggest how i can code to submit items to Library&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-FAMILY:&amp;#39;Verdana&amp;#39;, &amp;#39;sans-serif&amp;#39;;FONT-SIZE:9pt;"&gt;This button i&amp;#39;m using to load attachments to Doc Library, &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;public&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt; &lt;/span&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;void&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt; CTRL62_5_Clicked(&lt;/span&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;object&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt; sender, &lt;/span&gt;&lt;span style="COLOR:#2b91af;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#2b91af;FONT-SIZE:small;"&gt;ClickedEventArgs&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt; e)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:small;"&gt;&lt;/span&gt;{&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:#008000;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#008000;FONT-SIZE:small;"&gt;// Write your code here.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:#008000;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#008000;FONT-SIZE:small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="COLOR:#2b91af;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#2b91af;FONT-SIZE:small;"&gt;XPathNavigator&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt; ipFormNav = MainDataSource.CreateNavigator();&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:#2b91af;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#2b91af;FONT-SIZE:small;"&gt;XPathNodeIterator&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt; nodes = MainDataSource.CreateNavigator().Select(&lt;/span&gt;&lt;span style="COLOR:#a31515;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#a31515;FONT-SIZE:small;"&gt;&amp;quot;/my:Project/my:AddAttachmnet&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt;, &lt;/span&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;this&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt;.NamespaceManager);&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:#008000;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#008000;FONT-SIZE:small;"&gt;// XPathNavigator xnProjectName = MainDataSource.CreateNavigator().SelectSingleNode(&amp;quot;/my:Project/my:ProjectName&amp;quot;, this.NamespaceManager); &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:#008000;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#008000;FONT-SIZE:small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;string&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt; attachmentValue = &lt;/span&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;string&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt;.Empty;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:small;"&gt;&lt;/span&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;string&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt; ProjectName = &lt;/span&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;string&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt;.Empty;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:small;"&gt;&lt;/span&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;foreach&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt; (&lt;/span&gt;&lt;span style="COLOR:#2b91af;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#2b91af;FONT-SIZE:small;"&gt;XPathNavigator&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt; node &lt;/span&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;in&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt; nodes)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:small;"&gt;&lt;/span&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;if&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt; (node != &lt;/span&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;null&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt; &amp;amp;&amp;amp; !&lt;/span&gt;&lt;span style="COLOR:#2b91af;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#2b91af;FONT-SIZE:small;"&gt;String&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt;.IsNullOrEmpty(node.Value))&lt;/span&gt;{&lt;/p&gt;
&lt;p&gt;attachmentValue = node.Value; &lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:#2b91af;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#2b91af;FONT-SIZE:small;"&gt;InfoPathAttachmentDecoder&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt; dec = &lt;/span&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;new&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt; &lt;/span&gt;&lt;span style="COLOR:#2b91af;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#2b91af;FONT-SIZE:small;"&gt;InfoPathAttachmentDecoder&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt;(attachmentValue);&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:small;"&gt;&lt;/span&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;string&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt; fileName = dec.Filename + System.&lt;/span&gt;&lt;span style="COLOR:#2b91af;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#2b91af;FONT-SIZE:small;"&gt;DateTime&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt;.Now.ToString(&lt;/span&gt;&lt;span style="COLOR:#a31515;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#a31515;FONT-SIZE:small;"&gt;&amp;quot;yyyyMMddHHmmssfff&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt;);&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:small;"&gt;&lt;/span&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;byte&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt;[] data = dec.DecodedAttachment;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:#008000;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#008000;FONT-SIZE:small;"&gt;// Add the file to a document library&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:#008000;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#008000;FONT-SIZE:small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;using&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt; (&lt;/span&gt;&lt;span style="COLOR:#2b91af;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#2b91af;FONT-SIZE:small;"&gt;SPSite&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt; site = &lt;/span&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;new&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt; &lt;/span&gt;&lt;span style="COLOR:#2b91af;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#2b91af;FONT-SIZE:small;"&gt;SPSite&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt;(&lt;/span&gt;&lt;span style="COLOR:#a31515;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#a31515;FONT-SIZE:small;"&gt;&amp;quot;web site addess&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt;))&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;using&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt; (&lt;/span&gt;&lt;span style="COLOR:#2b91af;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#2b91af;FONT-SIZE:small;"&gt;SPWeb&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt; web = site.OpenWeb())&lt;/span&gt;{&lt;/p&gt;
&lt;p&gt;web.AllowUnsafeUpdates = &lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;true&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt;;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:#2b91af;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#2b91af;FONT-SIZE:small;"&gt;SPFolder&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt; docLib = web.Folders[&lt;/span&gt;&lt;span style="COLOR:#a31515;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#a31515;FONT-SIZE:small;"&gt;&amp;quot;Doc library&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt;];&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:small;"&gt;&lt;/span&gt;docLib.Files.Add(fileName, data);&lt;/p&gt;
&lt;p&gt;//docLib.Item[&amp;quot;&lt;span style="COLOR:#a31515;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#a31515;FONT-SIZE:small;"&gt;ProjectName&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt;] = xnProjectName;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:small;"&gt;&lt;/span&gt;web.AllowUnsafeUpdates = &lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#0000ff;FONT-SIZE:small;"&gt;false&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:small;"&gt;;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:small;"&gt;&lt;/span&gt;web.Close();&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;site.Close();&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;}&lt;span style="COLOR:#008000;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#008000;FONT-SIZE:small;"&gt;// If node is not null&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:#008000;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#008000;FONT-SIZE:small;"&gt;&lt;/span&gt;&lt;/span&gt;}&lt;span style="COLOR:#008000;FONT-SIZE:small;"&gt;&lt;span style="COLOR:#008000;FONT-SIZE:small;"&gt;/ foreach nodes&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Infopath controls get cleared out</title><link>http://www.infopathdev.com/forums/p/23890/82880.aspx#82880</link><pubDate>Thu, 20 Sep 2012 15:37:13 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:82880</guid><dc:creator>Basanta</dc:creator><description>&lt;p&gt;Thanks Patrick, I do have a lot of formatting rules though. The problem is because the nature of the job I cannot share the form. Could you please be specific in terms of XSL parsing ?&amp;nbsp; But it is really strange that this problem only started some days ago.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Basanta&lt;/p&gt;</description></item><item><title>Re: Have Image as a link instead of attchment but show the image in the print view</title><link>http://www.infopathdev.com/forums/p/23718/82871.aspx#82871</link><pubDate>Thu, 20 Sep 2012 13:33:52 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:82871</guid><dc:creator>VermontJeanne</dc:creator><description>&lt;p&gt;Anyone have any ideas on how to do this? &lt;/p&gt;&lt;p&gt;I need to link to images in a library but in one view actually show the images. I am open for any suggestions&lt;/p&gt;</description></item><item><title>Infopath controls get cleared out</title><link>http://www.infopathdev.com/forums/p/23890/82843.aspx#82843</link><pubDate>Wed, 19 Sep 2012 21:18:37 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:82843</guid><dc:creator>Basanta</dc:creator><description>&lt;p&gt;I have deployed a infopath 2010 form as an administrative template and attached it in the infopath webpart. It was working fine , until now all of a sudden the form fields get cleared out. I cannot write anything on the text box, comboboxes all are behaving weird, radio buttons get cleared out automatically. This behaviour I have noted with a lot of users which have windows xp and ie 8, even if i revert ie 8 to 7 the problem remains. However I dont see this behaviour while i try to open these forms on firefox or chrome and the form opens correctly in other browsers.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;What is the best way to look into this issue. We have userbase of above 1000 and we are starting to see this problem hit counter increase everyday ?&amp;nbsp; It looks like a post back problem, but the strangest thing is it was working before on these machines and it stopped working. We ve not made any changes to the template. I doubt if there are some group policy settings or IE related hot fixes that are triggering it. &lt;/p&gt;</description></item><item><title>disable or delete value in dropdown after user selection in Infopath</title><link>http://www.infopathdev.com/forums/p/23214/80370.aspx#80370</link><pubDate>Mon, 09 Jul 2012 20:22:46 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:80370</guid><dc:creator>UN2010</dc:creator><description>This is a browser enabled Infopath form, I want to disable or delete the value from the drop down list or list box after user selects the value. Any idea or suggestions how can I do this?
Thanks.</description></item><item><title>Re: Handle/Clear built-in InfoPath 2010 schema validation error pop-up</title><link>http://www.infopathdev.com/forums/p/22459/77883.aspx#77883</link><pubDate>Mon, 23 Apr 2012 20:37:29 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:77883</guid><dc:creator>robwett</dc:creator><description>&lt;p&gt;&amp;nbsp;Patrick, thank you for the quick response. I&amp;#39;m looking further into this solution, but having a little trouble getting a reference to the current XDocument in code-behind. If possible, could you point me in the right direction? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Handle/Clear built-in InfoPath 2010 schema validation error pop-up</title><link>http://www.infopathdev.com/forums/p/22459/77849.aspx#77849</link><pubDate>Mon, 23 Apr 2012 13:31:33 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:77849</guid><dc:creator>robwett</dc:creator><description>&lt;p&gt;I am using XmlFormView embedded in .aspx, and I am trying to run my own custom validation rules when a user presses a &amp;quot;tab&amp;quot; button that will switch views. When the user presses the &amp;quot;tab&amp;quot; button, it posts back using submitToHost to call our validation, then switch the views if validation passes. My problem is the built-in InfoPath validation pop-up get&amp;#39;s flagged and none of my code/rules are able to run because of this. I need to suppress this message or clear all errors from the FormErrorCollection (this doesn&amp;#39;t seem to work as it looks like you aren&amp;#39;t able to access this collection to delete them). Is there any way around this?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Open outlook client in InfoPath 2010 web browser form</title><link>http://www.infopathdev.com/forums/p/22444/77789.aspx#77789</link><pubDate>Fri, 20 Apr 2012 07:01:31 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:77789</guid><dc:creator>supunbula</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp;My client has a requirement to open Outlook email client, when the user clicks on a button in an InfoPath 2010 web browser form. &lt;/p&gt;&lt;p&gt;Is there a way that I can invoke Outlook mail client from InfoPath 2010 web browser form?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks and Regards.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Can I use Javascript in InfoPath2010 web browser forms?</title><link>http://www.infopathdev.com/forums/p/22443/77788.aspx#77788</link><pubDate>Fri, 20 Apr 2012 06:56:16 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:77788</guid><dc:creator>supunbula</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can I use Javascript in InfoPath2010 web browser forms?&lt;/p&gt;&lt;p&gt;If so could you please provide a path/ tutorial ? &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>