<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
  <channel>
    <title>MattsBits - APEX</title>
    <link>http://www.mattsbits.co.uk/</link>
    <description>Oracle Application Express related posts</description>
    <language>en-us</language>
    <generator>MattHawkins CMS v2.0</generator>
    <copyright>Copyright 2009-2010</copyright>
    <category>Weblog</category>
    <docs>http://backend.userland.com/rss</docs>
    <image>
      <url>http://www.mattsbits.co.uk/</url>
      <title>MattsBits - APEX</title>
      <link>http://www.mattsbits.co.uk/</link>
    </image>
    <item>
     <title>Disable Apex Button On Mouse Click</title>
     <link>http://www.mattsbits.co.uk/item-43.html</link>
     <description>
     <![CDATA[In APEX it is sometimes nice to disable a button once the user has clicked it. This can help prevent over enthusiastic users clicking the button more than once.<br />
<br />
It is quite simple to do and you only have to paste a simple piece of JavaScript into the Button's "Button Display Attributes".]]></description>
     <category>APEX</category>
     <pubDate>Thu, 10 Jun 2010 15:35:00 +0000</pubDate>
     <guid>http://www.mattsbits.co.uk/item-43.html</guid>
    </item>
    <item>
     <title>Custom Success Messages In APEX</title>
     <link>http://www.mattsbits.co.uk/item-34.html</link>
     <description>
     <![CDATA[Many standard APEX themes and templates contain a region where process success or failure messages are displayed. This area is also used to display validation failure errors.<br />
<br />
You can provide custom messages in this area using the apex_application package.]]></description>
     <category>APEX</category>
     <pubDate>Thu, 25 Mar 2010 09:00:00 +0000</pubDate>
     <guid>http://www.mattsbits.co.uk/item-34.html</guid>
    </item>
    <item>
     <title>Customising APEX Interactive Reports</title>
     <link>http://www.mattsbits.co.uk/item-24.html</link>
     <description>
     <![CDATA[The Interactive Reports in Oracle Application Express (APEX) are extremely useful. Sometimes you need to tweak their styling but there are limited ways to do that from the interface. So how can you do it?<br />
<br />
The styling of an interactive report is set using the default stylesheet (something like apex_3_1.css).]]></description>
     <category>APEX</category>
     <pubDate>Wed, 16 Dec 2009 16:39:00 +0000</pubDate>
     <guid>http://www.mattsbits.co.uk/item-24.html</guid>
    </item>
    <item>
     <title>Set And Reset Interactive Report Filters In PLSQL</title>
     <link>http://www.mattsbits.co.uk/item-20.html</link>
     <description>
     <![CDATA[Within the APEX APEX_UTIL package there are a couple of useful procedures for setting and resetting Interactive Report filters. This allows you to manipulate IR filters programmatically within PLSQL.<br />
<br />
For some reason these packages are not included in the official APEX API documentation so I have included some details below :]]></description>
     <category>APEX</category>
     <pubDate>Thu, 24 Sep 2009 12:51:00 +0000</pubDate>
     <guid>http://www.mattsbits.co.uk/item-20.html</guid>
    </item>
    <item>
     <title>APEX Delete Confirmation Dialog Box</title>
     <link>http://www.mattsbits.co.uk/item-13.html</link>
     <description>
     <![CDATA[When you delete records from a record set in Oracle Application Express using a Delete button it is best to give the user a chance to cancel.<br />
<br />
This can be easily achieved using a JavaScript popup confirmation dialog box.]]></description>
     <category>APEX</category>
     <pubDate>Thu, 07 May 2009 23:04:00 +0000</pubDate>
     <guid>http://www.mattsbits.co.uk/item-13.html</guid>
    </item>
    <item>
     <title>APEX URL Construction</title>
     <link>http://www.mattsbits.co.uk/item-11.html</link>
     <description>
     <![CDATA[The Oracle Application Express URL contains a number of parameters. These parameters are documented but the summary below is quick guide to get you started.<br />
<br />
A typical URL takes the form :<br />
<br />
[pre]http://www.examplesite.com/pls/apex/f?p=1:2:3:4:5:6:7:8:9[/pre]]]></description>
     <category>APEX</category>
     <pubDate>Tue, 28 Apr 2009 08:41:00 +0000</pubDate>
     <guid>http://www.mattsbits.co.uk/item-11.html</guid>
    </item>
    <item>
     <title>APEX Custom Debug Messages</title>
     <link>http://www.mattsbits.co.uk/item-2.html</link>
     <description>
     <![CDATA[In order to add debug messages to APEX pages you can use the following syntax :<br />
<br />
[pre]wwv_flow.debug('This is my debug message');[/pre]<br />
<br />
You can use PLSQL variables or APEX page items :<br />
<br />
[pre]wwv_flow.debug('### The value of P1_TEST_ITEM is ' || :P1_TEST_ITEM);[/pre]<br />
<br />
The three ###s make the debug message stand out from the numerous other APEX messages.]]></description>
     <category>APEX</category>
     <pubDate>Thu, 16 Apr 2009 23:21:00 +0000</pubDate>
     <guid>http://www.mattsbits.co.uk/item-2.html</guid>
    </item>
    <item>
     <title>Send Emails From APEX</title>
     <link>http://www.mattsbits.co.uk/item-1.html</link>
     <description>
     <![CDATA[In order to send emails from Oracle APEX you can use the <a href="http://download.oracle.com/docs/cd/E14373_01/apirefs.32/e13369/apex_mail.htm#CIHDIEJI">APEX_MAIL</a> API.<br />
<br />
You can send plain text or HTML emails while defining the sender, recipients and bccs.<br />
<br />
Note : The package is built using the Oracle supplied UTL_SMTP package so the UTL_SMTP package must be installed and functioning in order to use APEX_MAIL.]]></description>
     <category>APEX</category>
     <pubDate>Wed, 15 Apr 2009 22:52:00 +0000</pubDate>
     <guid>http://www.mattsbits.co.uk/item-1.html</guid>
    </item>
  </channel>
</rss>