<?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: Drop down list text value in Livecycle Designer</title>
	<atom:link href="http://www.iamboredsoiblog.eu/2009/11/13/drop-down-list-text-value-in-livecycle-designer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iamboredsoiblog.eu/2009/11/13/drop-down-list-text-value-in-livecycle-designer/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=drop-down-list-text-value-in-livecycle-designer</link>
	<description>A Software Development Manager&#039;s Blog</description>
	<lastBuildDate>Tue, 24 Jan 2012 03:37:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Mike</title>
		<link>http://www.iamboredsoiblog.eu/2009/11/13/drop-down-list-text-value-in-livecycle-designer/#comment-6193</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 01 Dec 2011 12:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamboredsoiblog.eu/2009/11/13/drop-down-list-text-value-in-livecycle-designer/#comment-6193</guid>
		<description>How to dynamically block elements of the list? 
Mike </description>
		<content:encoded><![CDATA[<p>How to dynamically block elements of the list?<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naveen Kumar Vanam</title>
		<link>http://www.iamboredsoiblog.eu/2009/11/13/drop-down-list-text-value-in-livecycle-designer/#comment-6092</link>
		<dc:creator>Naveen Kumar Vanam</dc:creator>
		<pubDate>Tue, 12 Jul 2011 22:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamboredsoiblog.eu/2009/11/13/drop-down-list-text-value-in-livecycle-designer/#comment-6092</guid>
		<description>You might have figured this out already but just incase if you are wondering how to find a specified value for an option in a drop down list then use &quot;boundItem&quot; method like this:  
 
$.boundItem(xfa.event.newText); </description>
		<content:encoded><![CDATA[<p>You might have figured this out already but just incase if you are wondering how to find a specified value for an option in a drop down list then use &quot;boundItem&quot; method like this:  </p>
<p>$.boundItem(xfa.event.newText);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mandy</title>
		<link>http://www.iamboredsoiblog.eu/2009/11/13/drop-down-list-text-value-in-livecycle-designer/#comment-2497</link>
		<dc:creator>Mandy</dc:creator>
		<pubDate>Wed, 02 Jun 2010 15:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamboredsoiblog.eu/2009/11/13/drop-down-list-text-value-in-livecycle-designer/#comment-2497</guid>
		<description>Hello,  
 
I&#8217;m having the same problem that Benja is having&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;. Does anyone knows how to fix that? </description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>I&rsquo;m having the same problem that Benja is having&hellip;&hellip;&hellip;&hellip;&hellip;&hellip;. Does anyone knows how to fix that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benja</title>
		<link>http://www.iamboredsoiblog.eu/2009/11/13/drop-down-list-text-value-in-livecycle-designer/#comment-2427</link>
		<dc:creator>Benja</dc:creator>
		<pubDate>Tue, 25 May 2010 14:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamboredsoiblog.eu/2009/11/13/drop-down-list-text-value-in-livecycle-designer/#comment-2427</guid>
		<description>Hi Theo, 
 
I have a problem in the same category as your tutorial. 
 
I&#8217;ve made an order form and in a Drop-Down List under &#8220;Object&#8221;-&gt;&#8221;Binding&#8221;-&gt;&#8221;Specify Item Values&#8221;, I have given each Text (product) a value. 
Then in a numeric field the value is surpose to show up according to the Product the buyer has choosen from the Drop-Down List. 
 
I did some research on the Web and I found this formcalc coding: 
UnitPrice.rawValue = Description.rawValue; 
Which I wrote under &#8220;change&#8221; for the Drop-Down List. 
 
Now here&#8217;s my problem. The value only occures if I click twice on the same product in the Drop-Down List. I of course want the value to appear after just 1 click! 
 
Do you have any clue what could be wrong with my form? 
 
Cheers </description>
		<content:encoded><![CDATA[<p>Hi Theo,</p>
<p>I have a problem in the same category as your tutorial.</p>
<p>I&rsquo;ve made an order form and in a Drop-Down List under &ldquo;Object&rdquo;-&gt;&rdquo;Binding&rdquo;-&gt;&rdquo;Specify Item Values&rdquo;, I have given each Text (product) a value.</p>
<p>Then in a numeric field the value is surpose to show up according to the Product the buyer has choosen from the Drop-Down List.</p>
<p>I did some research on the Web and I found this formcalc coding:</p>
<p>UnitPrice.rawValue = Description.rawValue;</p>
<p>Which I wrote under &ldquo;change&rdquo; for the Drop-Down List.</p>
<p>Now here&rsquo;s my problem. The value only occures if I click twice on the same product in the Drop-Down List. I of course want the value to appear after just 1 click!</p>
<p>Do you have any clue what could be wrong with my form?</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandro</title>
		<link>http://www.iamboredsoiblog.eu/2009/11/13/drop-down-list-text-value-in-livecycle-designer/#comment-2195</link>
		<dc:creator>Sandro</dc:creator>
		<pubDate>Wed, 05 May 2010 13:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamboredsoiblog.eu/2009/11/13/drop-down-list-text-value-in-livecycle-designer/#comment-2195</guid>
		<description>Thanks Theo. I had exactly that problem - and you saved me a lot of time... </description>
		<content:encoded><![CDATA[<p>Thanks Theo. I had exactly that problem &#8211; and you saved me a lot of time&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
