<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: ApEx 4.0 : Tabular Form Validations</title>
	<atom:link href="http://iadviseblog.wordpress.com/2010/01/24/apex-4-0-tabular-form-validations/feed/" rel="self" type="application/rss+xml" />
	<link>http://iadviseblog.wordpress.com/2010/01/24/apex-4-0-tabular-form-validations/</link>
	<description>Building applications using the Oracle Technology stack</description>
	<lastBuildDate>Wed, 27 Mar 2013 02:33:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Olivier Dupont</title>
		<link>http://iadviseblog.wordpress.com/2010/01/24/apex-4-0-tabular-form-validations/#comment-1002</link>
		<dc:creator><![CDATA[Olivier Dupont]]></dc:creator>
		<pubDate>Fri, 27 May 2011 12:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://iadviseblog.wordpress.com/?p=1195#comment-1002</guid>
		<description><![CDATA[Hello Fabio,

Take a look at the jQuery API and read up about selectors.  It provides some very usefull approaches.

http://jquery.com/
http://api.jquery.com/category/selectors/

This will give you alternatives to avoid using id&#039;s.

Regards,
Olivier]]></description>
		<content:encoded><![CDATA[<p>Hello Fabio,</p>
<p>Take a look at the jQuery API and read up about selectors.  It provides some very usefull approaches.</p>
<p><a href="http://jquery.com/" rel="nofollow">http://jquery.com/</a><br />
<a href="http://api.jquery.com/category/selectors/" rel="nofollow">http://api.jquery.com/category/selectors/</a></p>
<p>This will give you alternatives to avoid using id&#8217;s.</p>
<p>Regards,<br />
Olivier</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabiano Brites</title>
		<link>http://iadviseblog.wordpress.com/2010/01/24/apex-4-0-tabular-form-validations/#comment-995</link>
		<dc:creator><![CDATA[Fabiano Brites]]></dc:creator>
		<pubDate>Sun, 22 May 2011 04:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://iadviseblog.wordpress.com/?p=1195#comment-995</guid>
		<description><![CDATA[Hi there,

I&#039;m trying to build a tabular form with a total column, which is the result of summing two other ones. By using JavaScript I could achieve that for already existed records, since the &#039;ids&#039; exist. 
How could I sum these two columns for a new record?

Thank you guys. Cheers!]]></description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I&#8217;m trying to build a tabular form with a total column, which is the result of summing two other ones. By using JavaScript I could achieve that for already existed records, since the &#8216;ids&#8217; exist.<br />
How could I sum these two columns for a new record?</p>
<p>Thank you guys. Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Themba Tjnas Ngobeni</title>
		<link>http://iadviseblog.wordpress.com/2010/01/24/apex-4-0-tabular-form-validations/#comment-979</link>
		<dc:creator><![CDATA[Themba Tjnas Ngobeni]]></dc:creator>
		<pubDate>Wed, 02 Feb 2011 10:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://iadviseblog.wordpress.com/?p=1195#comment-979</guid>
		<description><![CDATA[Hi Gurus,

I have a question on Apex 4 tabular forms. I have a form with a multi-select field on top of my form with a add button and a tabular form below it. What I need to ask is:
1. Is it possible in apex 4.x to multi-select from my select list and based on my selected items when I press the ADD button on the selectlist dynamically trigger addRow() tabularform button in Apex to pre-populate the selected values from my select list?

I have done this using pl/sql using htp.p() I created my own javascript and ajax calls to do this, its able to pre-populate the values before they can be saved into the database.

is it possible with apex and how, my measure problem is that I don&#039;t know when and how the addRow() is being used i tried browsing most documentations and blogs but I dont find a solution.

please help]]></description>
		<content:encoded><![CDATA[<p>Hi Gurus,</p>
<p>I have a question on Apex 4 tabular forms. I have a form with a multi-select field on top of my form with a add button and a tabular form below it. What I need to ask is:<br />
1. Is it possible in apex 4.x to multi-select from my select list and based on my selected items when I press the ADD button on the selectlist dynamically trigger addRow() tabularform button in Apex to pre-populate the selected values from my select list?</p>
<p>I have done this using pl/sql using htp.p() I created my own javascript and ajax calls to do this, its able to pre-populate the values before they can be saved into the database.</p>
<p>is it possible with apex and how, my measure problem is that I don&#8217;t know when and how the addRow() is being used i tried browsing most documentations and blogs but I dont find a solution.</p>
<p>please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://iadviseblog.wordpress.com/2010/01/24/apex-4-0-tabular-form-validations/#comment-910</link>
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Tue, 16 Nov 2010 04:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://iadviseblog.wordpress.com/?p=1195#comment-910</guid>
		<description><![CDATA[Hi Rofes,
No sorry haven&#039;t found any solution. I have logged the problem in the oracle apex forums and people believe it is possibly a bug.
You can follow the thread at http://forums.oracle.com/forums/thread.jspa?messageID=9135717&amp;#9135717]]></description>
		<content:encoded><![CDATA[<p>Hi Rofes,<br />
No sorry haven&#8217;t found any solution. I have logged the problem in the oracle apex forums and people believe it is possibly a bug.<br />
You can follow the thread at <a href="http://forums.oracle.com/forums/thread.jspa?messageID=9135717&#038;#9135717" rel="nofollow">http://forums.oracle.com/forums/thread.jspa?messageID=9135717&#038;#9135717</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rofes</title>
		<link>http://iadviseblog.wordpress.com/2010/01/24/apex-4-0-tabular-form-validations/#comment-909</link>
		<dc:creator><![CDATA[Rofes]]></dc:creator>
		<pubDate>Fri, 12 Nov 2010 12:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://iadviseblog.wordpress.com/?p=1195#comment-909</guid>
		<description><![CDATA[Hi David, I have the same problem. Also when there are validator in master, validator in tabular form didn&#039;t work. Are you find the any solution ?]]></description>
		<content:encoded><![CDATA[<p>Hi David, I have the same problem. Also when there are validator in master, validator in tabular form didn&#8217;t work. Are you find the any solution ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://iadviseblog.wordpress.com/2010/01/24/apex-4-0-tabular-form-validations/#comment-906</link>
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Tue, 09 Nov 2010 03:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://iadviseblog.wordpress.com/?p=1195#comment-906</guid>
		<description><![CDATA[Is there any update on this?]]></description>
		<content:encoded><![CDATA[<p>Is there any update on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olivier Dupont</title>
		<link>http://iadviseblog.wordpress.com/2010/01/24/apex-4-0-tabular-form-validations/#comment-905</link>
		<dc:creator><![CDATA[Olivier Dupont]]></dc:creator>
		<pubDate>Sun, 07 Nov 2010 16:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://iadviseblog.wordpress.com/?p=1195#comment-905</guid>
		<description><![CDATA[Hello david,

I&#039;m currently on holiday but will take a look when I&#039;m back (November 15)]]></description>
		<content:encoded><![CDATA[<p>Hello david,</p>
<p>I&#8217;m currently on holiday but will take a look when I&#8217;m back (November 15)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://iadviseblog.wordpress.com/2010/01/24/apex-4-0-tabular-form-validations/#comment-904</link>
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Thu, 04 Nov 2010 21:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://iadviseblog.wordpress.com/?p=1195#comment-904</guid>
		<description><![CDATA[Thanks for the reply Olivier. 

I have setup an example on apex.oracle.com (which i assume is using the latest version of apex)
http://apex.oracle.com/pls/apex/f?p=41496

This tabular form was generated via the wizard, and hence the tabular form validations were created by the Wizard also. 
If you add 1, 2, or 3 new rows, and only populate the Qty field for each of these new rows... And then click the submit button, the tabular form validation works as expected. It identifies that you have not populated the other fields on the new row(s).
However, if you click submit again without changing anying on the form (ie. leaving the highlighted required fields blank) the page submits and the MRU process attempts to run. But because of the blank fields it errors out]]></description>
		<content:encoded><![CDATA[<p>Thanks for the reply Olivier. </p>
<p>I have setup an example on apex.oracle.com (which i assume is using the latest version of apex)<br />
<a href="http://apex.oracle.com/pls/apex/f?p=41496" rel="nofollow">http://apex.oracle.com/pls/apex/f?p=41496</a></p>
<p>This tabular form was generated via the wizard, and hence the tabular form validations were created by the Wizard also.<br />
If you add 1, 2, or 3 new rows, and only populate the Qty field for each of these new rows&#8230; And then click the submit button, the tabular form validation works as expected. It identifies that you have not populated the other fields on the new row(s).<br />
However, if you click submit again without changing anying on the form (ie. leaving the highlighted required fields blank) the page submits and the MRU process attempts to run. But because of the blank fields it errors out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olivier Dupont</title>
		<link>http://iadviseblog.wordpress.com/2010/01/24/apex-4-0-tabular-form-validations/#comment-900</link>
		<dc:creator><![CDATA[Olivier Dupont]]></dc:creator>
		<pubDate>Thu, 04 Nov 2010 09:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://iadviseblog.wordpress.com/?p=1195#comment-900</guid>
		<description><![CDATA[Hello David,

Seems weir behaviour to me, I just tried to reproduce it but all works well here.
Are you on the latest version of Apex?  Can you paste me your version nr?

Regards,
Olivier]]></description>
		<content:encoded><![CDATA[<p>Hello David,</p>
<p>Seems weir behaviour to me, I just tried to reproduce it but all works well here.<br />
Are you on the latest version of Apex?  Can you paste me your version nr?</p>
<p>Regards,<br />
Olivier</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://iadviseblog.wordpress.com/2010/01/24/apex-4-0-tabular-form-validations/#comment-898</link>
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Tue, 02 Nov 2010 23:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://iadviseblog.wordpress.com/?p=1195#comment-898</guid>
		<description><![CDATA[Hi, Whilst this works well for first round submissions, it doesn&#039;t seem to work should the user click on submit again without fixing the errors identified from the first submission. 
I have searched high and low for a solution, but can&#039;t seem to find one... Any ideas?]]></description>
		<content:encoded><![CDATA[<p>Hi, Whilst this works well for first round submissions, it doesn&#8217;t seem to work should the user click on submit again without fixing the errors identified from the first submission.<br />
I have searched high and low for a solution, but can&#8217;t seem to find one&#8230; Any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
