<?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: Checkboxes in Tabular Forms &#8211; The easy way!</title>
	<atom:link href="http://www.inside-oracle-apex.com/checkboxes-in-tabular-forms-the-easy-way/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.inside-oracle-apex.com/checkboxes-in-tabular-forms-the-easy-way/</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: Basava</title>
		<link>http://www.inside-oracle-apex.com/checkboxes-in-tabular-forms-the-easy-way/comment-page-1/#comment-99563</link>
		<dc:creator>Basava</dc:creator>
		<pubDate>Fri, 26 Nov 2010 11:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/?p=683#comment-99563</guid>
		<description>Hi Patrick Wolf S
This is my code
for i in 1..htmldb_application.g_f02.count
loop
insert into nam values(htmldb_application.g_f02(i));
end loop;

Here i&#039;m trying to insert the selected things but its taking all the records whatever is displaying in the report
Kindly help me to get rid of the issue
And guide me how can i insert only checked in records</description>
		<content:encoded><![CDATA[<p>Hi Patrick Wolf S<br />
This is my code<br />
for i in 1..htmldb_application.g_f02.count<br />
loop<br />
insert into nam values(htmldb_application.g_f02(i));<br />
end loop;</p>
<p>Here i&#8217;m trying to insert the selected things but its taking all the records whatever is displaying in the report<br />
Kindly help me to get rid of the issue<br />
And guide me how can i insert only checked in records</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sheshi</title>
		<link>http://www.inside-oracle-apex.com/checkboxes-in-tabular-forms-the-easy-way/comment-page-1/#comment-97537</link>
		<dc:creator>sheshi</dc:creator>
		<pubDate>Wed, 24 Nov 2010 05:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/?p=683#comment-97537</guid>
		<description>hi patrick 

i have been working on this solution and i was a loser until i find ur solution. Thanks very much for that

but i have question 
i have used a button instead of check box i need to write procedure of onclick but i cant figure out how should i do it 

if u can help me with this that would be gr8 

Thanks &amp; Regards
Sheshi</description>
		<content:encoded><![CDATA[<p>hi patrick </p>
<p>i have been working on this solution and i was a loser until i find ur solution. Thanks very much for that</p>
<p>but i have question<br />
i have used a button instead of check box i need to write procedure of onclick but i cant figure out how should i do it </p>
<p>if u can help me with this that would be gr8 </p>
<p>Thanks &amp; Regards<br />
Sheshi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephane julien</title>
		<link>http://www.inside-oracle-apex.com/checkboxes-in-tabular-forms-the-easy-way/comment-page-1/#comment-90706</link>
		<dc:creator>stephane julien</dc:creator>
		<pubDate>Mon, 15 Nov 2010 16:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/?p=683#comment-90706</guid>
		<description>Hi,

I have 3 Checkboxes in Tabular Forms to set. I tried yours solutions but doesn&#039;t work.
what is important to do? 

repeat same step for all checkbox?

thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have 3 Checkboxes in Tabular Forms to set. I tried yours solutions but doesn&#8217;t work.<br />
what is important to do? </p>
<p>repeat same step for all checkbox?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vishal</title>
		<link>http://www.inside-oracle-apex.com/checkboxes-in-tabular-forms-the-easy-way/comment-page-1/#comment-65612</link>
		<dc:creator>Vishal</dc:creator>
		<pubDate>Fri, 08 Oct 2010 10:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/?p=683#comment-65612</guid>
		<description>I am getting the error &quot;ORA-20001: Current version of data in database has changed since user initiated update process. &quot; when i try to add a new row. how do i resolve this?</description>
		<content:encoded><![CDATA[<p>I am getting the error &#8220;ORA-20001: Current version of data in database has changed since user initiated update process. &#8221; when i try to add a new row. how do i resolve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominic</title>
		<link>http://www.inside-oracle-apex.com/checkboxes-in-tabular-forms-the-easy-way/comment-page-1/#comment-60707</link>
		<dc:creator>Dominic</dc:creator>
		<pubDate>Fri, 17 Sep 2010 01:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/?p=683#comment-60707</guid>
		<description>I am using MRU to update my table.   No delete or insert is allow on this table.  How do I reference the row and set the last_update_date on the table to the SYSDATE whenever the record is changed?</description>
		<content:encoded><![CDATA[<p>I am using MRU to update my table.   No delete or insert is allow on this table.  How do I reference the row and set the last_update_date on the table to the SYSDATE whenever the record is changed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: edgar saenz</title>
		<link>http://www.inside-oracle-apex.com/checkboxes-in-tabular-forms-the-easy-way/comment-page-1/#comment-59646</link>
		<dc:creator>edgar saenz</dc:creator>
		<pubDate>Sat, 11 Sep 2010 17:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/?p=683#comment-59646</guid>
		<description>Good day MR Patric
I new in apex,  and speak spanish  I follow your intruccion for checkbox in tabularform  but keep getting :  
CHECKED=&quot;CHECHED&quot; IN BOX =&#039;Y&#039; OR NULL  IN BOX=&#039;N&#039;
THANKS FOR YOUR ATTENCION</description>
		<content:encoded><![CDATA[<p>Good day MR Patric<br />
I new in apex,  and speak spanish  I follow your intruccion for checkbox in tabularform  but keep getting :<br />
CHECKED=&#8221;CHECHED&#8221; IN BOX =&#8217;Y&#8217; OR NULL  IN BOX=&#8217;N&#8217;<br />
THANKS FOR YOUR ATTENCION</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UK</title>
		<link>http://www.inside-oracle-apex.com/checkboxes-in-tabular-forms-the-easy-way/comment-page-1/#comment-58858</link>
		<dc:creator>UK</dc:creator>
		<pubDate>Wed, 08 Sep 2010 17:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/?p=683#comment-58858</guid>
		<description>Patrick, 

Thanks for your insight, I am new to Apex and I have specific requirement of having a Checkbox for Price column - if the user clicks on Paid he should be directed to a specific table report ( which is not a big problem ) , the problem comes when user needs the above report from a specific database ( 2 different databases involved ) 
so 2 set of checkboxes 
Cost - FREE
       PAID

Database - DB1
           DB2


The requirement is when user select FREE or PAID or BOTH and select a DB1 or DB2 they should show related report from specific table ( which are FREE_DB1 or FREE_DB2 or PAID_DB1 or PAID_DB2 or PAID_FREE_DB1 OR PAID_FREE_DB2  ) 

May be its a easy solution but I am failing to build the logic and accordingly make APEX3.1 work for the same . 

Please help</description>
		<content:encoded><![CDATA[<p>Patrick, </p>
<p>Thanks for your insight, I am new to Apex and I have specific requirement of having a Checkbox for Price column &#8211; if the user clicks on Paid he should be directed to a specific table report ( which is not a big problem ) , the problem comes when user needs the above report from a specific database ( 2 different databases involved )<br />
so 2 set of checkboxes<br />
Cost &#8211; FREE<br />
       PAID</p>
<p>Database &#8211; DB1<br />
           DB2</p>
<p>The requirement is when user select FREE or PAID or BOTH and select a DB1 or DB2 they should show related report from specific table ( which are FREE_DB1 or FREE_DB2 or PAID_DB1 or PAID_DB2 or PAID_FREE_DB1 OR PAID_FREE_DB2  ) </p>
<p>May be its a easy solution but I am failing to build the logic and accordingly make APEX3.1 work for the same . </p>
<p>Please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Volker</title>
		<link>http://www.inside-oracle-apex.com/checkboxes-in-tabular-forms-the-easy-way/comment-page-1/#comment-58299</link>
		<dc:creator>Volker</dc:creator>
		<pubDate>Sun, 05 Sep 2010 22:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/?p=683#comment-58299</guid>
		<description>Now I&#039;ve tried it and it works fine!
Thank you, Patrick

Regards
Volker</description>
		<content:encoded><![CDATA[<p>Now I&#8217;ve tried it and it works fine!<br />
Thank you, Patrick</p>
<p>Regards<br />
Volker</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Wolf</title>
		<link>http://www.inside-oracle-apex.com/checkboxes-in-tabular-forms-the-easy-way/comment-page-1/#comment-58258</link>
		<dc:creator>Patrick Wolf</dc:creator>
		<pubDate>Sun, 05 Sep 2010 18:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/?p=683#comment-58258</guid>
		<description>Hi Volker,

in APEX 4.0 you have now a native checkbox type. Have you already tried that one?

Regards
Patrick</description>
		<content:encoded><![CDATA[<p>Hi Volker,</p>
<p>in APEX 4.0 you have now a native checkbox type. Have you already tried that one?</p>
<p>Regards<br />
Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Volker</title>
		<link>http://www.inside-oracle-apex.com/checkboxes-in-tabular-forms-the-easy-way/comment-page-1/#comment-57892</link>
		<dc:creator>Volker</dc:creator>
		<pubDate>Fri, 03 Sep 2010 22:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/?p=683#comment-57892</guid>
		<description>Hey Patrick,
nice solution. But I still have a problem when I create a new line and mark the checkbox as &quot;checked&quot;. I figured out that this problem is also existing in your demo-application on http://apex.oracle.com/pls/otn/f?p=41928:9:3189061155483357.
can you check it out?

regards
volker</description>
		<content:encoded><![CDATA[<p>Hey Patrick,<br />
nice solution. But I still have a problem when I create a new line and mark the checkbox as &#8220;checked&#8221;. I figured out that this problem is also existing in your demo-application on <a href="http://apex.oracle.com/pls/otn/f?p=41928:9:3189061155483357" rel="nofollow" target="_blank" class="liexternal">http://apex.oracle.com/pls/otn/f?p=41928:9:3189061155483357</a>.<br />
can you check it out?</p>
<p>regards<br />
volker</p>
]]></content:encoded>
	</item>
</channel>
</rss>

