<?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: Accessing Tabular Form cell with JavaScript</title>
	<atom:link href="http://www.inside-oracle-apex.com/accessing-tabular-form-cell-with-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.inside-oracle-apex.com/accessing-tabular-form-cell-with-javascript/</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: JORGE</title>
		<link>http://www.inside-oracle-apex.com/accessing-tabular-form-cell-with-javascript/comment-page-1/#comment-47393</link>
		<dc:creator>JORGE</dc:creator>
		<pubDate>Mon, 19 Jul 2010 17:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=57#comment-47393</guid>
		<description>Hi experts

I have the following report 

select code, descr, amount, null 
from table1

Code description amount (image to add - like buttom)
H00 TEST 500.00 +
H10 TEST1 300.00 + 
H20 TEST2 200.00  +
H30 TEST3 250.00  +
H40 TEST4 1000.00 +

then when I press the image  then I need to perform INSERT into TABLE1 (code, desc, amoun, row_num) values (colum_report1, column_report2 .... n)

So another things is that the end user could be change the descripton or the amount values and I need to insert the last values, the end users only can choose one record at the moment... 

Thanks for your help I&#039;m new in APEX and I lost a lot time searching how to do that...</description>
		<content:encoded><![CDATA[<p>Hi experts</p>
<p>I have the following report </p>
<p>select code, descr, amount, null<br />
from table1</p>
<p>Code description amount (image to add &#8211; like buttom)<br />
H00 TEST 500.00 +<br />
H10 TEST1 300.00 +<br />
H20 TEST2 200.00  +<br />
H30 TEST3 250.00  +<br />
H40 TEST4 1000.00 +</p>
<p>then when I press the image  then I need to perform INSERT into TABLE1 (code, desc, amoun, row_num) values (colum_report1, column_report2 &#8230;. n)</p>
<p>So another things is that the end user could be change the descripton or the amount values and I need to insert the last values, the end users only can choose one record at the moment&#8230; </p>
<p>Thanks for your help I&#8217;m new in APEX and I lost a lot time searching how to do that&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

