<?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; validation</title>
	<atom:link href="http://www.inside-oracle-apex.com/tag/validation/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>Setting a &quot;Case Restriction&quot; for Page Items/Tabular Form Columns</title>
		<link>http://www.inside-oracle-apex.com/setting-case-restriction-for-page-itemstabular-form-columns/</link>
		<comments>http://www.inside-oracle-apex.com/setting-case-restriction-for-page-itemstabular-form-columns/#comments</comments>
		<pubDate>Wed, 14 Feb 2007 11:00:00 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[ApexLib]]></category>
		<category><![CDATA[UI improvement]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=77</guid>
		<description><![CDATA[That&#8217;s the last posting about new features in the 1.02 release of the ApexLib Framework. Ever wanted to set a case restriction (uppercase/lowercase/capitalize) for a field like you can do it in Oracle*Forms with the &#8220;Case Restriction&#8221; property? Here you go! There are three new ApexLib hints called $APEXLIB_UPPERCASE$ $APEXLIB_LOWERCASE$ $APEXLIB_CAPITALIZE$ which can be set [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/setting-case-restriction-for-page-itemstabular-form-columns/feed/</wfw:commentRss>
		<slash:comments>3</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>One small step for a man, one giant leap for mankind</title>
		<link>http://www.inside-oracle-apex.com/one-small-step-for-man-one-giant-leap-for-mankind/</link>
		<comments>http://www.inside-oracle-apex.com/one-small-step-for-man-one-giant-leap-for-mankind/#comments</comments>
		<pubDate>Thu, 11 Jan 2007 21:49:00 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[ApexLib]]></category>
		<category><![CDATA[client side validation]]></category>
		<category><![CDATA[format mask]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=53</guid>
		<description><![CDATA[Just kidding I was just looking for an eye catcher&#8230; Maybe you have already seen my announcement that I have released v0.17 of the ApexLib Framework, which contains a lot new features. The previous features in the Framework mostly concentrated on improvements of Oracle APEX on the server, so that&#8217;s easier to access Tabular Forms [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/one-small-step-for-man-one-giant-leap-for-mankind/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>ApexLib: Automatic required and date picker/format mask check for page items</title>
		<link>http://www.inside-oracle-apex.com/apexlib-automatic-required-and-date-pickerformat-mask-check-for-page-items/</link>
		<comments>http://www.inside-oracle-apex.com/apexlib-automatic-required-and-date-pickerformat-mask-check-for-page-items/#comments</comments>
		<pubDate>Thu, 04 Jan 2007 16:10:00 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[ApexLib]]></category>
		<category><![CDATA[date picker]]></category>
		<category><![CDATA[format mask]]></category>
		<category><![CDATA[Page Item]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=48</guid>
		<description><![CDATA[Have you ever wondered why you have to create extra validations for required items (item is NOT NULL), for date picker items (item is a valid date) or for numeric items where you have already specified a numeric format mask? If you don&#8217;t create this checks, the &#8220;Automatic row processing DML&#8221; process will do some [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/apexlib-automatic-required-and-date-pickerformat-mask-check-for-page-items/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

