<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Infopath Archives - Blog IT</title>
	<atom:link href="https://blogit.create.pt/category/office/infopath/feed/" rel="self" type="application/rss+xml" />
	<link>https://blogit.create.pt/category/office/infopath/</link>
	<description>Create IT blogger community</description>
	<lastBuildDate>Wed, 11 Sep 2019 20:37:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>SPC’09: Introduction to SharePoint Applications using InfoPath and Forms Services 2010</title>
		<link>https://blogit.create.pt/andrevala/2009/10/20/spc09-introduction-to-sharepoint-applications-using-infopath-and-forms-services-2010/</link>
					<comments>https://blogit.create.pt/andrevala/2009/10/20/spc09-introduction-to-sharepoint-applications-using-infopath-and-forms-services-2010/#respond</comments>
		
		<dc:creator><![CDATA[André Vala]]></dc:creator>
		<pubDate>Tue, 20 Oct 2009 03:30:26 +0000</pubDate>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Infopath]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SPC2009]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/andrevala/?p=521</guid>

					<description><![CDATA[<p>Disclaimer: This post is based on notes taken while watching a conference session. For that reason, it may contain incorrect information or data that I might have misunderstood. Also, the product it refers to was not available yet at the time of the writing, thus, not allowing me to validate the present information. This session [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/andrevala/2009/10/20/spc09-introduction-to-sharepoint-applications-using-infopath-and-forms-services-2010/">SPC’09: Introduction to SharePoint Applications using InfoPath and Forms Services 2010</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong><font color="#ff0000">Disclaimer:</font></strong> This post is based on notes taken while watching a conference session. For that reason, it may contain incorrect information or data that I might have misunderstood. Also, the product it refers to was not available yet at the time of the writing, thus, not allowing me to validate the present information.</p>
<p>This session was an introduction to applications based on InfoPath 2010 and Forms Services 2010, and it was given by Peter Allenspach and Bojana Duke, from Microsoft. It was split in three parts, consisting of a demo each:</p>
<ul>
<li>Demo 1: Customizing SharePoint List Forms </li>
<li>Demo 2: Creating Mashups with Forms Web Part </li>
<li>Demo 3: Office Business Application </li>
</ul>
<p>Here are the news about developing applications with InfoPath 2010:</p>
<ul>
<li>With SharePoint 2010 and InfoPath 2010 you have the possibility to customize a list’s forms with a single click. This allows you to create a new list form with InfoPath very easily, and you can even mix data from several lists and show it on the form. </li>
<li>When designing a new InfoPath form for a list, you can add or remove fields from the list just by adding or removing them from the InfoPath form. </li>
<li>Customized InfoPath List Forms are made available offline when you synchronize your list with SharePoint Workspace 2010. </li>
<li>Forms Services in SharePoint 2010 supports FireFox and Safari browsers, besides IE. </li>
<li>Forms Services in SharePoint 2010 supports WCAG 2.0 accessibility standard. </li>
<li>InfoPath Forms with code-behind no longer requires an administrator to deploy them. They can be deployed with a one-click process and run as a Sandbox Solution without any security concerns. </li>
<li>The <strong>InfoPath Form Web Part</strong> is now available to be placed anywhere, allowing any InfoPath form to be rendered. This Web Part also accepts connections from other Web Parts, allowing it to be used to create mashups easily. </li>
</ul>
<p>The post <a href="https://blogit.create.pt/andrevala/2009/10/20/spc09-introduction-to-sharepoint-applications-using-infopath-and-forms-services-2010/">SPC’09: Introduction to SharePoint Applications using InfoPath and Forms Services 2010</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/andrevala/2009/10/20/spc09-introduction-to-sharepoint-applications-using-infopath-and-forms-services-2010/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Biztalk xml header processing</title>
		<link>https://blogit.create.pt/tiagooliveira/2009/08/17/biztalk-xml-header-processing/</link>
					<comments>https://blogit.create.pt/tiagooliveira/2009/08/17/biztalk-xml-header-processing/#respond</comments>
		
		<dc:creator><![CDATA[Tiago Oliveira]]></dc:creator>
		<pubDate>Mon, 17 Aug 2009 17:44:00 +0000</pubDate>
				<category><![CDATA[BizTalk Server]]></category>
		<category><![CDATA[Infopath]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Integration]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/tiagooliveira/?p=41</guid>

					<description><![CDATA[<p>When we use infopath or similar technologies with biztalk, the messages have always a xml processing header. Biztalk does not copy xml processing header to the output messages by default, so we have to set it manually. There are several options in biztalk to manipulate xml header processing in output messages: Set the header in [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/tiagooliveira/2009/08/17/biztalk-xml-header-processing/">Biztalk xml header processing</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When we use infopath or similar technologies with biztalk, the messages have always a xml processing header. Biztalk does not copy xml processing header to the output messages by default, so we have to set it manually.</p>
<p>There are several options in biztalk to manipulate xml header processing in output messages:</p>
<ul>
<li>Set the header in orchestration using the message context properties</li>
</ul>
<blockquote><p>Example<br />
<strong>message(XMLNORM.ProcessingInstructionOption)</strong> = <strong>0 </strong>(append) or <strong>1 </strong>(create new);<br />
<strong>message(XMLNORM.ProcessingInstruction)</strong> = “xml processing header to add or append”;</p></blockquote>
<blockquote><p><strong>Important</strong>: For the demoting process to occur, you must use the Xml assembler component or xml transmit pipeline in the output send port.</p></blockquote>
<ul>
<li>Use xml transmit pipeline or a custom pipeline with the xml assembler component in the output send port</li>
</ul>
<blockquote><p>When you use the xml transmit pipeline, you must set the following properties:</p>
<p><strong>ProcessingInstructionsOptions – </strong><strong>0 </strong>(append) or <strong>1 </strong>(create new)<br />
<strong>XmlAsmProcessingInstructions &#8211;</strong> “xml processing header to add or append”</p></blockquote>
<ul>
<li>Use a custom pipeline component</li>
</ul>
<blockquote><p>When  you use a custom pipeline with xml assembler component, set the following properties:</p>
<p><span style="font-family: Thread-00001ff8-Id-000000be">Add Processing Instructions</span> – Append or Create new<br />
<span style="font-family: Thread-00001ff8-Id-000000be">Add processing instructions text &#8211;</span> “xml processing header to add or append”</p>
<p>This option is the most difficult to implement, you have to create a custom assembler component, get and change the output message.</p></blockquote>
<p>Do not forget to set the the biztalk maps property “<strong>copy processing instructions (pis)</strong>” to <strong>“yes”</strong> when you want to copy the processing instructions from the input to output messages.</p>
<p>The post <a href="https://blogit.create.pt/tiagooliveira/2009/08/17/biztalk-xml-header-processing/">Biztalk xml header processing</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/tiagooliveira/2009/08/17/biztalk-xml-header-processing/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>InfoPath 2007 &#8211; Conditional SUM</title>
		<link>https://blogit.create.pt/miguelisidoro/2008/08/02/infopath-2007-conditional-sum/</link>
					<comments>https://blogit.create.pt/miguelisidoro/2008/08/02/infopath-2007-conditional-sum/#respond</comments>
		
		<dc:creator><![CDATA[Miguel Isidoro]]></dc:creator>
		<pubDate>Sat, 02 Aug 2008 15:52:08 +0000</pubDate>
				<category><![CDATA[Infopath]]></category>
		<category><![CDATA[InfoPath 2007]]></category>
		<category><![CDATA[Office]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/miguelisidoro/?p=131</guid>

					<description><![CDATA[<p>This blog post will show you how to create an expression box in an InfoPath 2007 form whose value is based on the result of an conditional sum. Consider the following InfoPath form template: The previous image shows a simple expense report. To support the introduction of the expense information, a Repeating Table control is [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2008/08/02/infopath-2007-conditional-sum/">InfoPath 2007 &#8211; Conditional SUM</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This blog post will show you how to create an expression box in an InfoPath 2007 form whose value is based on the result of an conditional sum. Consider the following InfoPath form template:</p>
<p><img decoding="async" src="http://pic90.picturetrail.com/VOL2147/10903553/19399056/328442040.jpg" /></p>
<p>The previous image shows a simple expense report. To support the introduction of the expense information, a Repeating Table control is used with three columns:</p>
<ul>
<li><strong>Expense</strong> &#8211; Expense Description. A simple Text Box control;</li>
<li><strong>Value</strong> &#8211; Expense value. A simple Text Box control;</li>
<li><strong>Expense Type</strong> &#8211; Drop-down List Box control that allows 4 expense types: Food, Land Travel, Air Travel and Parking.</li>
</ul>
<p>Below the repeating table there are 5 expression boxes that show the total amount of the expense report and the total amount for each expense type. The total amount expression box is based on a simple sum expression and each of the expense type expression boxes are based on conditional sums filtered by the value of the expense type Drop-down List Box control. The expressions used for each expense type are the following:</p>
<div align="center">
<table border="1" width="530" cellspacing="0" cellpadding="2" align="center">
<tbody>
<tr>
<td valign="top" width="176"><strong>Expression Box</strong></td>
<td valign="top" width="176"><strong>Expression</strong></td>
<td valign="top" width="176"><strong>XPath Expression</strong></td>
</tr>
<tr>
<td valign="top" width="176">Expense Total</td>
<td valign="top" width="176">sum(expensevalue)</td>
<td valign="top" width="176">sum(my:accounting/my:expensevalue)</td>
</tr>
<tr>
<td valign="top" width="176">Food Expense Total</td>
<td valign="top" width="176">sum(accounting[expensetype = &#8220;Food&#8221;]/expensevalue)</td>
<td valign="top" width="176">sum(my:accounting[my:expensetype = &#8220;Food&#8221;]/my:expensevalue)</td>
</tr>
<tr>
<td valign="top" width="176">Land Travel Expense Total</td>
<td valign="top" width="176">sum(accounting[expensetype = &#8220;Land Travel&#8221;]/expensevalue)</td>
<td valign="top" width="176">sum(my:accounting[my:expensetype = &#8220;Land Travel&#8221;]/my:expensevalue)</td>
</tr>
<tr>
<td valign="top" width="176">Air Travel Expense Total</td>
<td valign="top" width="176">sum(accounting[expensetype = &#8220;Air Travel&#8221;]/expensevalue)</td>
<td valign="top" width="176">sum(my:accounting[my:expensetype = &#8220;Air Travel&#8221;]/my:expensevalue)</td>
</tr>
<tr>
<td valign="top" width="176">Parking Expense Total</td>
<td valign="top" width="176">sum(accounting[expensetype = &#8220;Parking&#8221;]/expensevalue)</td>
<td valign="top" width="176">sum(my:accounting[my:expensetype = &#8220;Parking&#8221;]/my:expensevalue)</td>
</tr>
</tbody>
</table>
</div>
<p>As the previous table shows, the conditional sum expressions for each expense type are relatively simple and pretty straightforward for those who are familiarized with XPath, since XPath syntax is used for each expression. This comes as no surprise since the underlying data of the InfoPath form is stored in XML. The following image shows an expense report example filled with some sample values:</p>
<p><img decoding="async" src="http://pic90.picturetrail.com/VOL2147/10903553/19399056/328442036.jpg" /></p>
<h1>Related Articles</h1>
<p>To learn why your business should migrate to SharePoint Online and Office 365, click <a href="https://blogit.create.pt////miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-1/" target="_blank" rel="noreferrer noopener">here</a> and <a href="https://blogit.create.pt////miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-2/" target="_blank" rel="noreferrer noopener">here</a>.</p>
<p>If you want to convert your tenant&#8217;s root classic site into a modern SharePoint site, click <a href="https://blogit.create.pt////miguelisidoro/2019/08/27/how-to-modernize-your-tenant-root-site-collection-in-office-365-using-invoke-spositeswap/" target="_blank" rel="noreferrer noopener">here</a>.</p>
<p>If you are a SharePoint administrator or a SharePoint developer who wants to learn more about how to install a SharePoint farm in an automated way using PowerShell, I invite you to click <a href="https://blogit.create.pt////miguelisidoro/2018/07/28/how-to-install-a-sharepoint-2016-farm-using-powershell-and-autospinstaller-part-1/" target="_blank" rel="noopener noreferrer">here</a> and <a href="https://blogit.create.pt////miguelisidoro/2018/07/28/how-to-install-a-sharepoint-2016-farm-using-powershell-and-autospinstaller-part-2/" target="_blank" rel="noopener noreferrer">here</a>. The articles use AutoSPInstaller with a SharePoint 2016 farm but AutoSPInstaller support for SharePoint 2019 was already announced!</p>
<p>If you want to learn how to upgrade a SharePoint 2013 farm to SharePoint 2019, click <a href="https://blogit.create.pt////miguelisidoro/2019/03/06/how-to-upgrade-from-sharepoint-2013-to-sharepoint-2019-step-by-step-part-1/" target="_blank" rel="noreferrer noopener">here </a>and <a href="https://blogit.create.pt////miguelisidoro/2019/03/06/how-to-upgrade-from-sharepoint-2013-to-sharepoint-2019-step-by-step-part-2/" target="_blank" rel="noreferrer noopener">here</a>.</p>
<p>If you want to learn all the steps and precautions necessary to successfully keep your SharePoint farm updated and be ready to start your move to the cloud, click <a href="https://blogit.create.pt////miguelisidoro/2019/04/08/how-to-install-sharepoint-cumulative-updates-in-a-sharepoint-farm-step-by-step/" target="_blank" rel="noreferrer noopener">here</a>.</p>
<p>If you learn how to greatly speed up your SharePoint farm update process to ensure your SharePoint farm keeps updated and you stay one step closer to start your move to the cloud, click <a href="https://blogit.create.pt////miguelisidoro/2019/05/02/how-to-speed-up-the-installation-of-sharepoint-cumulative-updates-using-powershell-step-by-step/" target="_blank" rel="noreferrer noopener" aria-label="here (opens in a new tab)">here</a>.</p>
<p>If you want to learn how to upgrade a SharePoint 2010 farm to SharePoint 2016, click <a href="https://blogit.create.pt////miguelisidoro/2019/02/04/sharepoint-upgrade-upgrading-a-sharepoint-2010-farm-to-sharepoint-2016-step-by-step-part-1/" target="_blank" rel="noreferrer noopener">here </a>and <a href="https://blogit.create.pt////miguelisidoro/2019/02/04/sharepoint-upgrade-upgrading-a-sharepoint-2010-farm-to-sharepoint-2016-step-by-step-part-2/" target="_blank" rel="noreferrer noopener">here</a>.</p>
<p>If you are new to SharePoint and Office 365 and want to learn all about it, take a look at these <a href="https://blogit.create.pt////miguelisidoro/2018/10/17/sharepoint-and-office-365-learning-resources/" target="_blank" rel="noopener noreferrer">learning resources</a>.</p>
<p>If you are work in a large organization who is using Office 365 or thinking to move to Office 365 and is considering between a single or multiple Office 365 tenants, I invite you to read <a href="https://blogit.create.pt////miguelisidoro/2019/01/07/pros-and-cons-of-single-tenant-vs-multiple-tenants-in-office-365/" target="_blank" rel="noreferrer noopener">this article</a>.</p>
<p>If you or your customers are not ready to move entirely to the Cloud and Office 365, a hybrid scenario could be an interesting scenario and SharePoint 2019 RTM was recently announced with improved hybrid support! To learn all about SharePoint 2019 and all its features, click <a href="https://blogit.create.pt////miguelisidoro/2018/11/01/meet-the-new-modern-sharepoint-server-sharepoint-2019-rtm-is-here/" target="_blank" rel="noopener noreferrer">here</a>.</p>
<p>If you want to know all about the latest SharePoint and Office 365 announcements from SharePoint Conference 2019, click <a href="https://blogit.create.pt////miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-1/" target="_blank" rel="noreferrer noopener">here </a>and <a href="https://blogit.create.pt////miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-2/" target="_blank" rel="noreferrer noopener">here</a>.</p>
<p>Happy SharePointing!</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2008/08/02/infopath-2007-conditional-sum/">InfoPath 2007 &#8211; Conditional SUM</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/miguelisidoro/2008/08/02/infopath-2007-conditional-sum/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Strange problem when Publishing Infopath Forms to Microsoft Office SharePoint Server</title>
		<link>https://blogit.create.pt/raulribeiro/2007/09/20/strange-problem-when-publishing-infopath-forms-to-microsoft-office-sharepoint-server/</link>
					<comments>https://blogit.create.pt/raulribeiro/2007/09/20/strange-problem-when-publishing-infopath-forms-to-microsoft-office-sharepoint-server/#respond</comments>
		
		<dc:creator><![CDATA[Raúl Ribeiro]]></dc:creator>
		<pubDate>Thu, 20 Sep 2007 11:59:00 +0000</pubDate>
				<category><![CDATA[Infopath]]></category>
		<category><![CDATA[InfoPath 2007]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/raulribeiro/?p=1201</guid>

					<description><![CDATA[<p>Today one of my colleague, actually one of my bosses 🙂 was preparing a MOSS presentation and when he was Publishing a InfoPath Form to MOSS a strange thing happened. The url inserted on InfoPath was http://SERVER/sites/xpto and InfoPath returned an error message alerting that there wasn&#039;t a SharePoint site on that url but on [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/raulribeiro/2007/09/20/strange-problem-when-publishing-infopath-forms-to-microsoft-office-sharepoint-server/">Strange problem when Publishing Infopath Forms to Microsoft Office SharePoint Server</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Today one of my colleague, actually one of my bosses 🙂 was preparing a MOSS presentation and when he was Publishing a InfoPath Form to MOSS a strange thing happened.</p>
<p>The url inserted on InfoPath was <a href="http://server/sites/xpto">http://SERVER/sites/xpto</a> and InfoPath returned an error message alerting that there wasn&#039;t a SharePoint site on that url but on in IE it works just fine.</p>
<p>Then we discoverd the problem, the <a href="http://server/sites/xpto">http://SERVER/</a>&nbsp;site didn&#039;t have a Site Collection created, when we&#039;ve created the site collection InfoPath stardet working just fine :).</p>
<p>The post <a href="https://blogit.create.pt/raulribeiro/2007/09/20/strange-problem-when-publishing-infopath-forms-to-microsoft-office-sharepoint-server/">Strange problem when Publishing Infopath Forms to Microsoft Office SharePoint Server</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/raulribeiro/2007/09/20/strange-problem-when-publishing-infopath-forms-to-microsoft-office-sharepoint-server/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Enabling InfoPath IntelliSense Documentation in VSTA and Visual Studio</title>
		<link>https://blogit.create.pt/raulribeiro/2007/04/11/enabling-infopath-intellisense-documentation-in-vsta-and-visual-studio/</link>
					<comments>https://blogit.create.pt/raulribeiro/2007/04/11/enabling-infopath-intellisense-documentation-in-vsta-and-visual-studio/#respond</comments>
		
		<dc:creator><![CDATA[Raúl Ribeiro]]></dc:creator>
		<pubDate>Wed, 11 Apr 2007 10:58:00 +0000</pubDate>
				<category><![CDATA[Infopath]]></category>
		<category><![CDATA[InfoPath 2007]]></category>
		<category><![CDATA[Office]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/raulribeiro/?p=1541</guid>

					<description><![CDATA[<p>&#160; The Microsoft Office InfoPath 2007 setup program installs&#160;two .xml files that are designed to display programming information&#160;from the Class Library reference inline in the Code Editor and the Object Browser when working with members of the Microsoft.Office.InfoPath and Microsoft.Office.Interop.InfoPath.SemiTrust namespaces. Displaying Programming Information in the Code Editor &#160; Displaying Programming Information in the Object [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/raulribeiro/2007/04/11/enabling-infopath-intellisense-documentation-in-vsta-and-visual-studio/">Enabling InfoPath IntelliSense Documentation in VSTA and Visual Studio</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="postcontent">&nbsp;</div>
<div class="postcontent">
<p>The Microsoft Office InfoPath 2007<br />
setup program installs&nbsp;two .xml files that are designed to display<br />
programming information&nbsp;from the Class Library reference inline in the<br />
Code Editor and the Object Browser when working with members of the <a href="http://msdn2.microsoft.com/en-us/library/microsoft.office.infopath(VS.80).aspx"><strong>Microsoft.Office.InfoPath</strong></a> and <a href="http://msdn2.microsoft.com/en-us/library/microsoft.office.interop.infopath.semitrust(VS.80).aspx"><strong>Microsoft.Office.Interop.InfoPath.SemiTrust</strong></a> namespaces.</p>
<p><img fetchpriority="high" decoding="async" border="0" height="205" src="http://blogs.msdn.com/blogfiles/infopath/WindowsLiveWriter/EnablingInfoPathIntelliSenseDocumentatio_ECF6/image_thumb%5B6%5D.png" style="border: 0px none" width="480"> </p>
<p><strong>Displaying Programming Information in the Code Editor</strong></p>
<p><strong></strong>&nbsp;</p>
<p><img decoding="async" border="0" height="504" src="http://blogs.msdn.com/blogfiles/infopath/WindowsLiveWriter/EnablingInfoPathIntelliSenseDocumentatio_ECF6/image_thumb%5B4%5D.png" style="border: 0px none" width="480"> </p>
<p><strong>Displaying Programming Information in the Object Browser</strong></p>
<p>For this programming&nbsp;information to be visible in the Visual Studio<br />
Tools for Applications (VSTA) and Visual Studio&nbsp;development<br />
environments, you must copy the two&nbsp;.xml files from the InfoPath setup<br />
directory into the locations in the Global Assembly Cache (GAC)<br />
where&nbsp;each of the InfoPath assemblies are installed. To do that, you<br />
use the Command Prompt to copy the files as described in the following<br />
steps. </p>
<p><strong>To copy the IntelliSense&nbsp;documentation files for the<br />
Microsoft.Office.InfoPath&nbsp;and<br />
Microsoft.Office.Interop.InfoPath.SemiTrust assemblies into the GAC:</strong>
</p>
<ol>
<li>Open the Command Prompt.
</li>
<li>Execute each of the following commands, pressing <strong>Enter </strong>after each command:</li>
</ol>
<p>cd \Program Files\Microsoft Office\Office12
</p>
<p>copy Microsoft.Office.InfoPath.xml %windir%\Assembly\GAC_MSIL\Microsoft.Office.InfoPath\12.0.0.0__71e9bce111e9429c<br />copy Microsoft.Office.Interop.InfoPath.SemiTrust.xml<br />
%windir%\Assembly\GAC\Microsoft.Office.Interop.InfoPath.SemiTrust\11.0.0.0__71e9bce111e9429c</p>
<p><strong>Note&nbsp;&nbsp; </strong>If you are&nbsp;running Windows Vista<br />
and&nbsp;using User Account Control, you must right-click the shortcut used<br />
to open the Command Prompt, and then click <strong>Run as administrator</strong> to successfully copy the .xml files into the GAC.
</p>
<p>Thanks to <a href="http://blogs.msdn.com/infopath/archive/2007/03/05/enabling-infopath-intellisense-documentation-in-vsta-and-visual-studio.aspx" target="_blank">Mark Roberts</a> (Programming Writer)</p>
</p></div>
<p>The post <a href="https://blogit.create.pt/raulribeiro/2007/04/11/enabling-infopath-intellisense-documentation-in-vsta-and-visual-studio/">Enabling InfoPath IntelliSense Documentation in VSTA and Visual Studio</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/raulribeiro/2007/04/11/enabling-infopath-intellisense-documentation-in-vsta-and-visual-studio/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>InfoPath 2007 Resources</title>
		<link>https://blogit.create.pt/miguelisidoro/2006/12/20/infopath-2007-resources/</link>
					<comments>https://blogit.create.pt/miguelisidoro/2006/12/20/infopath-2007-resources/#respond</comments>
		
		<dc:creator><![CDATA[Miguel Isidoro]]></dc:creator>
		<pubDate>Wed, 20 Dec 2006 19:57:00 +0000</pubDate>
				<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[Infopath]]></category>
		<category><![CDATA[InfoPath 2007]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[WSS]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/miguelisidoro/?p=791</guid>

					<description><![CDATA[<p>Encontrei num post do blog do JOPX, este conjunto de recursos sobre InfoPath 2007. General resources InfoPath General OverviewInfoPath team BlogDesigning Form Templates With The New Features Of InfoPathUsing InfoPath E-mail FormsInfoPath 2007 Focuses on DevelopersInfoPath Developer PortalCreating complex infopath controls in C#How to do cascading dropdrowns in InfoPath FormsTemplate parts in InfoPath 2007How to [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2006/12/20/infopath-2007-resources/">InfoPath 2007 Resources</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div>
<div>
<p>Encontrei num post do blog do <a href="http://jopx.blogspot.com/" title="JOPX Blog" target="_blank">JOPX</a>, este conjunto de recursos sobre InfoPath 2007. </p>
<p><strong>General resources</strong> </p>
<p><a href="http://office.microsoft.com/en-us/infopath/default.aspx"><font color="#033893">InfoPath General Overview</font></a><br /><a href="http://blogs.msdn.com/infopath" target="_blank"><font color="#033893">InfoPath team Blog</font></a><br /><a href="http://msdn.microsoft.com/msdnmag/issues/06/08/InfoPath2007/"><font color="#033893">Designing Form Templates With The New Features Of InfoPath</font></a><br /><a href="http://blogs.msdn.com/tudort/archive/2006/02/22/536800.aspx"><font color="#033893">Using InfoPath E-mail Forms</font></a><br /><a href="http://www.directionsonmicrosoft.com/sample/DOMIS/update/2006/10oct/1006i2fod.htm"><font color="#033893">InfoPath 2007 Focuses on Developers</font></a><br /><a href="http://msdn.microsoft.com/office/program/infopath/"><font color="#033893">InfoPath Developer Portal</font></a><br /><strong><a href="http://blogs.msdn.com/infopath/archive/2006/12/18/creating-complex-infopath-controls-in-c-sharp.aspx" target="_blank"><font color="#033893">Creating complex infopath controls in C#</font></a><br /></strong><strong><a href="http://blogs.msdn.com/infopath/archive/2006/10/12/cascading-dropdowns-in-browser-forms.aspx"><font color="#033893">How to do cascading dropdrowns in InfoPath Forms</font></a><br /></strong><a href="http://spsfactory.blogspot.com/2006/07/infopath-2007-form-template-parts.html" target="_blank"><font color="#033893">Template parts in InfoPath 2007</font></a><br /><a href="http://spsfactory.blogspot.com/2006/08/picture-buttons-in-infopath-2007.html" target="_blank"><font color="#033893">How to make picture buttons in InfoPath 2003/2007</font></a> </p>
<p><strong>Forms Server 2007</strong> </p>
<p><a href="http://msdn2.microsoft.com/en-us/library/ms778201.aspx"><font color="#033893">Hosting the InfoPath 2007 Form Editing Environment in a Custom Web Form</font></a><br /><a href="http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/21/29841.aspx"><font color="#033893">Hosting InfoPath 2007 Forms in WSS v3 / MOSS 2007 Pages</font></a><br /><a href="http://channel9.msdn.com/ShowPost.aspx?PostID=229707"><font color="#033893">Creating Browser-Enabled Forms with InfoPath 2007</font></a><br /><a href="http://geekswithblogs.net/jgmeyer/archive/2006/06/26/83087.aspx"><font color="#033893">How to Deploy an InfoPath 2007 Form Containing Managed Code to a Browser-Enabled WSS v3 Library</font></a><br /><a href="http://jopx.blogspot.com/2006/09/rendering-infopath-2007-form-in-web.html"><font color="#033893">Rendering an InfoPath 2007 Form in a Web Part</font></a><br /><a href="http://blah.winsmarts.com/2006-10-InfoPath_2007_Forms_Server_MOSS_2007.aspx"><font color="#033893">InfoPath 2007, Forms Server, MOSS 2007</font></a><br /><a href="http://blogs.msdn.com/andrew_may/archive/2006/06/08/SharePointBeta2InfoPathFormsinOfficeSharePoint.aspx"><font color="#033893">InfoPath Forms in Office SharePoint Server 2007</font></a><br /><a href="http://technet2.microsoft.com/Office/en-us/library/4ec9c00a-8cb6-407c-9f63-c725ea7c57a41033.mspx?mfr=true"><font color="#033893">Plan Forms Services</font></a><br /><a href="http://msdn2.microsoft.com/en-us/library/ms573938.aspx"><font color="#033893">InfoPath Forms for Workflows</font></a><br /><a href="http://enterprise-solutions.swits.net/infopath2007/"><font color="#033893">Enterprise Solutions: A Developers Cookbook with Practical Solutions</font></a><br /><a href="http://blogs.msdn.com/infopath/archive/2006/12/13/information-rights-management-protecting-forms.aspx" target="_blank"><font color="#033893">Information Rights Management &#8211; Protecting Forms</font></a><br /><a href="http://www.microsoft.com/technet/itshowcase/content/feermtwp.mspx" target="_blank"><font color="#033893">MOSS and InfoPath 2007 &#8211; IT Showcase &#8211; Facilitating effective employee reviews at Microsoft</font></a><br /><a href="http://blogs.msdn.com/infopath/archive/2006/10/30/the-anatomy-of-a-udc-file.aspx"><font color="#033893">The anatomy of a UDC file</font></a><br /><a href="http://blogs.msdn.com/infopath/archive/2006/10/05/Where-do-UDC-files-come-from_3F00_.aspx"><font color="#033893">Where do UDC files come from?</font></a><br /><a href="http://blogs.msdn.com/infopath/archive/2006/10/02/Data-Connections-in-Browser-Forms.aspx"><font color="#033893">Data connections in Browser Forms</font></a><br /><a href="http://jopx.blogspot.com/2006/10/infopath-attachment-control-and.html" target="_blank"><font color="#033893">InfoPath attachment control and the InfoPathViewer webpart</font></a><br /><a href="http://moldenco.blogspot.com/2006/11/using-caml-to-filter-infopath-published.html"><font color="#033893">Using CAML to filter a infopath published boolean field (from a sharepoint list)</font></a><br /><a href="http://moldenco.blogspot.com/2006/11/splistitem-looses-property-data-type.html"><font color="#033893">SPListItem looses Property data type when publishing Infopath form to a sharepoint list (MOSS 2007 beta2TR)</font></a> </p>
<p><strong>Tools</strong></p>
<p><a href="http://weblogs.asp.net/nleghari/articles/27951.aspx" target="_blank"><font color="#033893">XPATH query tool</font></a> (Free &#8211; pretty handy when doing InfoPath development)<br /><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=72d6aa49-787d-4118-ba5f-4f30fe913628&amp;DisplayLang=en" target="_blank"><font color="#033893">XML Notepad 2007</font></a></p>
<p><strong>Training</strong></p>
<p><a href="http://www.dolmen.be/education/docu/IFP010EB.html"><font color="#033893">IFP010 &#8211; Forms solutions with InfoPath 2007(English description)</font></a></p>
</div>
</div>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2006/12/20/infopath-2007-resources/">InfoPath 2007 Resources</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/miguelisidoro/2006/12/20/infopath-2007-resources/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
