<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Creating a Wizard-Style Browser-Enabled InfoPath Form</title>
	<atom:link href="http://www.devexpertise.com/2009/02/16/creating-a-wizard-style-browser-enabled-infopath-form/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devexpertise.com/2009/02/16/creating-a-wizard-style-browser-enabled-infopath-form/</link>
	<description>Practical tips and tricks for all things .NET, SharePoint, Silverlight, InfoPath, and general application development.</description>
	<lastBuildDate>Wed, 12 May 2010 15:57:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike T</title>
		<link>http://www.devexpertise.com/2009/02/16/creating-a-wizard-style-browser-enabled-infopath-form/comment-page-1/#comment-1260</link>
		<dc:creator>Mike T</dc:creator>
		<pubDate>Tue, 15 Dec 2009 16:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/02/16/creating-a-wizard-style-browser-enabled-infopath-form/#comment-1260</guid>
		<description>Hi,

I am using InfoPath 2003 and have tried to follow your example above to build a Wizard style form.  I am not a very technical user and am a little confused about how and where you enter the code above.  After I create a next button, I go to button properties and click edit form code, I get a page with a tab labelled script.js, a load of comments in green and a line reading

function CTRL24_6::OnClick(eventObj)
{
}

I assumed your code should go in between the {} but it doesn&#039;t work I get an error

InfoPath cannot open the selected form because of an error in the form&#039;s code.
The following error occurred:

Expected &#039;;&#039;
File:script.js
Line:22
private string GetFieldValue(string fieldName)

Please can you point me in the right direction?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am using InfoPath 2003 and have tried to follow your example above to build a Wizard style form.  I am not a very technical user and am a little confused about how and where you enter the code above.  After I create a next button, I go to button properties and click edit form code, I get a page with a tab labelled script.js, a load of comments in green and a line reading</p>
<p>function CTRL24_6::OnClick(eventObj)<br />
{<br />
}</p>
<p>I assumed your code should go in between the {} but it doesn&#8217;t work I get an error</p>
<p>InfoPath cannot open the selected form because of an error in the form&#8217;s code.<br />
The following error occurred:</p>
<p>Expected &#8216;;&#8217;<br />
File:script.js<br />
Line:22<br />
private string GetFieldValue(string fieldName)</p>
<p>Please can you point me in the right direction?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry Staples</title>
		<link>http://www.devexpertise.com/2009/02/16/creating-a-wizard-style-browser-enabled-infopath-form/comment-page-1/#comment-1162</link>
		<dc:creator>Henry Staples</dc:creator>
		<pubDate>Wed, 30 Sep 2009 16:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/02/16/creating-a-wizard-style-browser-enabled-infopath-form/#comment-1162</guid>
		<description>Thanks; helped me quickly put together a wizard example with validation structure.</description>
		<content:encoded><![CDATA[<p>Thanks; helped me quickly put together a wizard example with validation structure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.devexpertise.com/2009/02/16/creating-a-wizard-style-browser-enabled-infopath-form/comment-page-1/#comment-960</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 23 Mar 2009 14:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/02/16/creating-a-wizard-style-browser-enabled-infopath-form/#comment-960</guid>
		<description>Great tutorial. I did something similar using the buttons built-in rules but was having problems with multiple fields needing validation. You can only check up to 4 fields before the button would max out. This coded approach solved my dilema, thanks!</description>
		<content:encoded><![CDATA[<p>Great tutorial. I did something similar using the buttons built-in rules but was having problems with multiple fields needing validation. You can only check up to 4 fields before the button would max out. This coded approach solved my dilema, thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
