<?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: ApexLib: New release v0.16 &#8211; Error Handling improvement</title>
	<atom:link href="http://www.inside-oracle-apex.com/apexlib-new-release-v016/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.inside-oracle-apex.com/apexlib-new-release-v016/</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: Jeannine</title>
		<link>http://www.inside-oracle-apex.com/apexlib-new-release-v016/comment-page-1/#comment-22786</link>
		<dc:creator>Jeannine</dc:creator>
		<pubDate>Fri, 08 Jan 2010 20:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=49#comment-22786</guid>
		<description>Hi Patrick

I have a question about your example. Where do I have to create the check for Hire Date? 

I have a pl/sql after-submit process that do some validations and depending on the result it has to show an error or a success message in the same page. The problem is that if I use raise_application_error the message is not friendly. I am trying to apply your solution but I do not know how to.

Any help will be really appreciated!!!
Regards
Jeannine</description>
		<content:encoded><![CDATA[<p>Hi Patrick</p>
<p>I have a question about your example. Where do I have to create the check for Hire Date? </p>
<p>I have a pl/sql after-submit process that do some validations and depending on the result it has to show an error or a success message in the same page. The problem is that if I use raise_application_error the message is not friendly. I am trying to apply your solution but I do not know how to.</p>
<p>Any help will be really appreciated!!!<br />
Regards<br />
Jeannine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Wolf</title>
		<link>http://www.inside-oracle-apex.com/apexlib-new-release-v016/comment-page-1/#comment-840</link>
		<dc:creator>Patrick Wolf</dc:creator>
		<pubDate>Thu, 08 Feb 2007 08:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=49#comment-840</guid>
		<description>Hi Rene,&lt;br/&gt;&lt;br/&gt;what you currently see is the default behavior of the &quot;automatic DML&quot; process which can&#039;t be changed. Sure you can write your own process which does the insert/update/delete for you, but trust me you don&#039;t want to go this road because in that case you have to care about everything by yourself, like lost update detection, locking, error handling, ...&lt;br/&gt;&lt;br/&gt;I have logged an enhancement request and will look what I can do to beautify this error message.&lt;br/&gt;&lt;br/&gt;Patrick</description>
		<content:encoded><![CDATA[<p>Hi Rene,</p>
<p>what you currently see is the default behavior of the &#8220;automatic DML&#8221; process which can&#8217;t be changed. Sure you can write your own process which does the insert/update/delete for you, but trust me you don&#8217;t want to go this road because in that case you have to care about everything by yourself, like lost update detection, locking, error handling, &#8230;</p>
<p>I have logged an enhancement request and will look what I can do to beautify this error message.</p>
<p>Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rene</title>
		<link>http://www.inside-oracle-apex.com/apexlib-new-release-v016/comment-page-1/#comment-839</link>
		<dc:creator>Rene</dc:creator>
		<pubDate>Thu, 08 Feb 2007 08:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=49#comment-839</guid>
		<description>I&#039;m very new to Oracle APEX so I do not know how this situation is handled normally. But it could be something for a future release, sure.&lt;br/&gt;&lt;br/&gt;great stuff, thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;m very new to Oracle APEX so I do not know how this situation is handled normally. But it could be something for a future release, sure.</p>
<p>great stuff, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Wolf</title>
		<link>http://www.inside-oracle-apex.com/apexlib-new-release-v016/comment-page-1/#comment-838</link>
		<dc:creator>Patrick Wolf</dc:creator>
		<pubDate>Tue, 06 Feb 2007 13:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=49#comment-838</guid>
		<description>Hi Rene,&lt;br /&gt;&lt;br /&gt;not yet, but I can look into that if that&#039;s a feature you want to see in the ApexLib framework.&lt;br /&gt;&lt;br /&gt;Patrick</description>
		<content:encoded><![CDATA[<p>Hi Rene,</p>
<p>not yet, but I can look into that if that&#8217;s a feature you want to see in the ApexLib framework.</p>
<p>Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rene</title>
		<link>http://www.inside-oracle-apex.com/apexlib-new-release-v016/comment-page-1/#comment-837</link>
		<dc:creator>Rene</dc:creator>
		<pubDate>Tue, 06 Feb 2007 12:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=49#comment-837</guid>
		<description>When using standard Oracle Apex you get a very ugly error message when you submit a record that has been changed by another user. Does ApexLib have a solution for this?</description>
		<content:encoded><![CDATA[<p>When using standard Oracle Apex you get a very ugly error message when you submit a record that has been changed by another user. Does ApexLib have a solution for this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

