<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Inside Oracle APEX by Patrick Wolf &#187; tabular form</title>
	<atom:link href="http://www.inside-oracle-apex.com/tag/tabular-form/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.inside-oracle-apex.com</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>Wed, 11 May 2011 09:08:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Checkboxes in Tabular Forms &#8211; The easy way!</title>
		<link>http://www.inside-oracle-apex.com/checkboxes-in-tabular-forms-the-easy-way/</link>
		<comments>http://www.inside-oracle-apex.com/checkboxes-in-tabular-forms-the-easy-way/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 18:16:30 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[checkbox]]></category>
		<category><![CDATA[tabular form]]></category>

		<guid isPermaLink="false">http://www.inside-oracle-apex.com/?p=683</guid>
		<description><![CDATA[As you may know, Tabular Forms are sometimes let&#8217;s say &#8220;a little bit tricky&#8221;. They are missing some common features which are available for Page Items. One of them is the declarative support for Checkboxes. With the following step by step instruction you will be able to add checkboxes in Tabular Forms without loosing the [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/checkboxes-in-tabular-forms-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
		<item>
		<title>How to run Javascript code for a PPR Report?</title>
		<link>http://www.inside-oracle-apex.com/how-to-run-javascript-code-for-ppr-report/</link>
		<comments>http://www.inside-oracle-apex.com/how-to-run-javascript-code-for-ppr-report/#comments</comments>
		<pubDate>Tue, 03 Jul 2007 21:45:00 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[partial page rendering]]></category>
		<category><![CDATA[tabular form]]></category>

		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=148</guid>
		<description><![CDATA[Maybe you have already used a PPR (Partial Page Rendering) report, by setting the &#8220;Report Template&#8221; property to &#8220;template: 7. Standard (PPR)&#8221;. That&#8217;s quite a nice feature, because not the hole page is rendered when you are paginating through the report, just the report itself is refreshed with an AJAX call. But what happens if [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/how-to-run-javascript-code-for-ppr-report/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Which Tabular Form Column is mapped to which Apex_Application.g_fxx array?</title>
		<link>http://www.inside-oracle-apex.com/which-tabular-form-column-is-mapped-to-which-apex_applicationg_fxx-array/</link>
		<comments>http://www.inside-oracle-apex.com/which-tabular-form-column-is-mapped-to-which-apex_applicationg_fxx-array/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 23:01:00 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[tabular form]]></category>

		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=98</guid>
		<description><![CDATA[Have you ever asked yourself how Oracle APEX maps the columns of a Tabular Form to the Apex_Application.g_fxx (alias Htmldb_Application.g_fxx, alias WWV_Flow.g_fxx) array? I think most developers use one of the following methods to get the correct mapping: Look at the generated HTML output of the page and get the name attribute of the INPUT [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/which-tabular-form-column-is-mapped-to-which-apex_applicationg_fxx-array/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Hide &quot;Select All&quot; checkbox of row selector</title>
		<link>http://www.inside-oracle-apex.com/hide-select-all-checkbox-of-row-selector/</link>
		<comments>http://www.inside-oracle-apex.com/hide-select-all-checkbox-of-row-selector/#comments</comments>
		<pubDate>Tue, 13 Feb 2007 13:21:00 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[ApexLib]]></category>
		<category><![CDATA[tabular form]]></category>
		<category><![CDATA[UI improvement]]></category>

		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=76</guid>
		<description><![CDATA[In the last release of the ApexLib Framework I have also added a sometimes useful API to hide the &#8220;Select All&#8221; checkbox of the row selector of an Tabular Form. This can be useful to prevent the user from selecting all records for delete. You just have to call ApexLib_Browser.hideSelectAll; in a page level process [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/hide-select-all-checkbox-of-row-selector/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restrict input length of Tabular Form columns</title>
		<link>http://www.inside-oracle-apex.com/restrict-input-length-of-tabular-form-columns/</link>
		<comments>http://www.inside-oracle-apex.com/restrict-input-length-of-tabular-form-columns/#comments</comments>
		<pubDate>Mon, 12 Feb 2007 16:40:00 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[ApexLib]]></category>
		<category><![CDATA[tabular form]]></category>
		<category><![CDATA[UI improvement]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=75</guid>
		<description><![CDATA[One problem with Tabular Form Column is that they don&#8217;t have a &#8220;Maximum Width&#8221; property as Page Items do. APEX automatically generates a maxlength=2000 for all columns. What is the result? The user gets a when he enters a too long value. Not really nice, isn&#8217;t it? And now he has to start counting so [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/restrict-input-length-of-tabular-form-columns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tabular Form record navigation with Up/Down key</title>
		<link>http://www.inside-oracle-apex.com/tabular-form-record-navigation-with-updown-key/</link>
		<comments>http://www.inside-oracle-apex.com/tabular-form-record-navigation-with-updown-key/#comments</comments>
		<pubDate>Fri, 09 Feb 2007 11:17:00 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[ApexLib]]></category>
		<category><![CDATA[tabular form]]></category>
		<category><![CDATA[UI improvement]]></category>

		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=72</guid>
		<description><![CDATA[I have added another small usability enhancement to the ApexLib Framework. When you call the API ApexLib_Browser.checkForUpDownKey; it will register the keys Up and Down to navigate to the previous/next record in a Tabular Form. This should work for manually build (with Apex_Item) and also for the default updateable Tabular Forms. It is by intention [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/tabular-form-record-navigation-with-updown-key/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>I finally made it&#8230;</title>
		<link>http://www.inside-oracle-apex.com/i-finally-made-it/</link>
		<comments>http://www.inside-oracle-apex.com/i-finally-made-it/#comments</comments>
		<pubDate>Tue, 23 Jan 2007 18:30:00 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[ApexLib]]></category>
		<category><![CDATA[client side validation]]></category>
		<category><![CDATA[tabular form]]></category>

		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=61</guid>
		<description><![CDATA[Today at 00:50 (when normal people are already sleeping) I finally made it to release version 1.0 of the Oracle APEX development framework, called ApexLib. Today I was the hole day at a customer and had no chance to blog about it. So I was really surprised than when I came home and checked my [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/i-finally-made-it/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Accessing Tabular Form cell with JavaScript</title>
		<link>http://www.inside-oracle-apex.com/accessing-tabular-form-cell-with-javascript/</link>
		<comments>http://www.inside-oracle-apex.com/accessing-tabular-form-cell-with-javascript/#comments</comments>
		<pubDate>Thu, 18 Jan 2007 21:43:00 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[client side validation]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[tabular form]]></category>

		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=57</guid>
		<description><![CDATA[Today there was a thread on the OTN forum about how to access a Tabular Form cell with JavaScript and I thought it might be of general interest. Scenario You have a Tabular Form with 3 columns (Amount, Tax, Total) and want to populate the Total column with the sum of Amount and Tax as [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/accessing-tabular-form-cell-with-javascript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hacking the APEX error page &#8211; Part 2!</title>
		<link>http://www.inside-oracle-apex.com/hacking-apex-error-page-part-2/</link>
		<comments>http://www.inside-oracle-apex.com/hacking-apex-error-page-part-2/#comments</comments>
		<pubDate>Tue, 19 Dec 2006 19:21:00 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[ApexLib]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[tabular form]]></category>

		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=34</guid>
		<description><![CDATA[Do you want to have highlighting for the tabular form column cells which have an error? Then you should read the rest of the posting! I have enhanced the original Hacking the APEX error page code (the original posting has been updated) and created a new package ApexLib_Error which can be used to &#8220;raise&#8221; errors [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/hacking-apex-error-page-part-2/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Accessing the row selector of a tabular form</title>
		<link>http://www.inside-oracle-apex.com/accessing-row-selector-of-tabular-form/</link>
		<comments>http://www.inside-oracle-apex.com/accessing-row-selector-of-tabular-form/#comments</comments>
		<pubDate>Sun, 17 Dec 2006 16:00:00 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[ApexLib]]></category>
		<category><![CDATA[row selector]]></category>
		<category><![CDATA[tabular form]]></category>

		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=32</guid>
		<description><![CDATA[Maybe you already had the &#8220;joy&#8221; to find out that accessing the &#8220;Row Selector&#8221; column of an updateable tabular form isn&#8217;t that straightforward as expected. Because the corresponding g_f01 array isn&#8217;t indexed by row number as the other column-arrays of the tabular form. Instead it contains as many values as you have checked rows. The [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/accessing-row-selector-of-tabular-form/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

