<?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: Oracle APEX 4.0: Cascading LOVs/Select Lists</title>
	<atom:link href="http://www.inside-oracle-apex.com/oracle-apex-4-0-cascading-lovsselect-lists/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.inside-oracle-apex.com/oracle-apex-4-0-cascading-lovsselect-lists/</link>
	<description>Inside Oracle APEX - a blog that helps to get more out of Oracle Application Express (APEX) for your daily development work!</description>
	<lastBuildDate>Mon, 19 Dec 2011 12:04:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Allen</title>
		<link>http://www.inside-oracle-apex.com/oracle-apex-4-0-cascading-lovsselect-lists/comment-page-1/#comment-107194</link>
		<dc:creator>Allen</dc:creator>
		<pubDate>Mon, 13 Dec 2010 07:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/?p=1076#comment-107194</guid>
		<description>Hi Patrick,

Is it not possible to have more than two columns for the list of values? Also, in cases like if the list of values is querying against a lookup table in which each record will be default values for a transaction table i.e.
---
training_courses table (lookup)
course_id number
course_name varchar2(100)
no_of_hours number
price number
instructor varchar2(100)

trainings table (transaction)
training_id number
course_id number
no_of_hours number
price number
instructor varchar2(100)
---

In the situation above, I just use the training_courses table to fetch default values for the columns no_of_hours, price, instructor in the table trainings. Can you suggest an approach I can use for this requirement?

Thanks
Allen</description>
		<content:encoded><![CDATA[<p>Hi Patrick,</p>
<p>Is it not possible to have more than two columns for the list of values? Also, in cases like if the list of values is querying against a lookup table in which each record will be default values for a transaction table i.e.<br />
&#8212;<br />
training_courses table (lookup)<br />
course_id number<br />
course_name varchar2(100)<br />
no_of_hours number<br />
price number<br />
instructor varchar2(100)</p>
<p>trainings table (transaction)<br />
training_id number<br />
course_id number<br />
no_of_hours number<br />
price number<br />
instructor varchar2(100)<br />
&#8212;</p>
<p>In the situation above, I just use the training_courses table to fetch default values for the columns no_of_hours, price, instructor in the table trainings. Can you suggest an approach I can use for this requirement?</p>
<p>Thanks<br />
Allen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Wolf</title>
		<link>http://www.inside-oracle-apex.com/oracle-apex-4-0-cascading-lovsselect-lists/comment-page-1/#comment-71746</link>
		<dc:creator>Patrick Wolf</dc:creator>
		<pubDate>Mon, 01 Nov 2010 18:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/?p=1076#comment-71746</guid>
		<description>Hi David,

it looks like that you have set the select list for country to &quot;Submit Page&quot;. Just set it to &quot;None&quot; and set the &quot;Cascading LOV Parent Items&quot; for your province field instead.

Regards
Patrick</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>it looks like that you have set the select list for country to &#8220;Submit Page&#8221;. Just set it to &#8220;None&#8221; and set the &#8220;Cascading LOV Parent Items&#8221; for your province field instead.</p>
<p>Regards<br />
Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Costelloe</title>
		<link>http://www.inside-oracle-apex.com/oracle-apex-4-0-cascading-lovsselect-lists/comment-page-1/#comment-71736</link>
		<dc:creator>David Costelloe</dc:creator>
		<pubDate>Mon, 01 Nov 2010 17:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/?p=1076#comment-71736</guid>
		<description>I have a form with 

Name
Address
City
Country (lov)
Province( LOV cascading to Country)
Postal Code

On Create in Apex 4.0 
I add text to Name, address, city
When I select the country dropdown the page submits and wipes out the text entered in the Name,Address and City field. The correct LOV is loaded fine.

Cheers
David</description>
		<content:encoded><![CDATA[<p>I have a form with </p>
<p>Name<br />
Address<br />
City<br />
Country (lov)<br />
Province( LOV cascading to Country)<br />
Postal Code</p>
<p>On Create in Apex 4.0<br />
I add text to Name, address, city<br />
When I select the country dropdown the page submits and wipes out the text entered in the Name,Address and City field. The correct LOV is loaded fine.</p>
<p>Cheers<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Wolf</title>
		<link>http://www.inside-oracle-apex.com/oracle-apex-4-0-cascading-lovsselect-lists/comment-page-1/#comment-71483</link>
		<dc:creator>Patrick Wolf</dc:creator>
		<pubDate>Sun, 31 Oct 2010 19:48:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/?p=1076#comment-71483</guid>
		<description>Hi David,

what do you mean with &quot;the complete (create item) information is all cleared&quot;? Do you mean the default value?

Patrick</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>what do you mean with &#8220;the complete (create item) information is all cleared&#8221;? Do you mean the default value?</p>
<p>Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Costelloe</title>
		<link>http://www.inside-oracle-apex.com/oracle-apex-4-0-cascading-lovsselect-lists/comment-page-1/#comment-70962</link>
		<dc:creator>David Costelloe</dc:creator>
		<pubDate>Fri, 29 Oct 2010 13:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/?p=1076#comment-70962</guid>
		<description>Hi Patrick,
I am using the above on an addresses with country/states etc. One thing I noticed is I populate the name address etc and when it comes to the list of countries and the selection is Canada the second list (states) has cascading lov to the country ID.
The big issue is that when I change a country item the list is populated as expected but the complete (create item) information is all cleared by the cascade. Is there a way to not clear all the data when just changing a country?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Patrick,<br />
I am using the above on an addresses with country/states etc. One thing I noticed is I populate the name address etc and when it comes to the list of countries and the selection is Canada the second list (states) has cascading lov to the country ID.<br />
The big issue is that when I change a country item the list is populated as expected but the complete (create item) information is all cleared by the cascade. Is there a way to not clear all the data when just changing a country?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Volker</title>
		<link>http://www.inside-oracle-apex.com/oracle-apex-4-0-cascading-lovsselect-lists/comment-page-1/#comment-70585</link>
		<dc:creator>Volker</dc:creator>
		<pubDate>Thu, 28 Oct 2010 08:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/?p=1076#comment-70585</guid>
		<description>Hi Patrick,
declarative cascading LOVs in tabular forms would be a great feature.

regards
Volker</description>
		<content:encoded><![CDATA[<p>Hi Patrick,<br />
declarative cascading LOVs in tabular forms would be a great feature.</p>
<p>regards<br />
Volker</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: candida</title>
		<link>http://www.inside-oracle-apex.com/oracle-apex-4-0-cascading-lovsselect-lists/comment-page-1/#comment-70366</link>
		<dc:creator>candida</dc:creator>
		<pubDate>Wed, 27 Oct 2010 12:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/?p=1076#comment-70366</guid>
		<description>I am not actually certain if top practices have emerged around stuff like that, other than I am definite that your huge job is obviously discovered. I was wondering if you offer some registration toward your RSS feeds since I would be extremely interested.</description>
		<content:encoded><![CDATA[<p>I am not actually certain if top practices have emerged around stuff like that, other than I am definite that your huge job is obviously discovered. I was wondering if you offer some registration toward your RSS feeds since I would be extremely interested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Limousine New York</title>
		<link>http://www.inside-oracle-apex.com/oracle-apex-4-0-cascading-lovsselect-lists/comment-page-1/#comment-69756</link>
		<dc:creator>Limousine New York</dc:creator>
		<pubDate>Mon, 25 Oct 2010 08:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/?p=1076#comment-69756</guid>
		<description>great website. i learned a lot from your blog posts. i&#039;m going to share this with my friends.</description>
		<content:encoded><![CDATA[<p>great website. i learned a lot from your blog posts. i&#8217;m going to share this with my friends.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Wolf</title>
		<link>http://www.inside-oracle-apex.com/oracle-apex-4-0-cascading-lovsselect-lists/comment-page-1/#comment-68625</link>
		<dc:creator>Patrick Wolf</dc:creator>
		<pubDate>Wed, 20 Oct 2010 21:48:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/?p=1076#comment-68625</guid>
		<description>Yes that will work as well. Have you checked your SQL statement? What do you use as Null Value?</description>
		<content:encoded><![CDATA[<p>Yes that will work as well. Have you checked your SQL statement? What do you use as Null Value?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://www.inside-oracle-apex.com/oracle-apex-4-0-cascading-lovsselect-lists/comment-page-1/#comment-67194</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Fri, 15 Oct 2010 19:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/?p=1076#comment-67194</guid>
		<description>Patrick,

Can this functionality be used for cascading shuttles where both items are shuttles? I am getting an &#039;invalid number&#039; error when attempting to do that.

Drew</description>
		<content:encoded><![CDATA[<p>Patrick,</p>
<p>Can this functionality be used for cascading shuttles where both items are shuttles? I am getting an &#8216;invalid number&#8217; error when attempting to do that.</p>
<p>Drew</p>
]]></content:encoded>
	</item>
</channel>
</rss>

