<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>MattsBits - APEX</title>
    <link>http://www.mattsbits.co.uk/cat-4.html</link>
    <description>This category contains all articles related to Oracle Application Express (APEX).</description>
    <language>en-gb</language>
    <generator>MattHawkins CMS v3.0</generator>
    <copyright>Copyright 2009-2012</copyright>
    <webMaster>webmaster@mattsbits.co.uk (MattsBits Webmaster)</webMaster>
    <image>
      <url>http://www.mattsbits.co.uk/ncms-images/page_furniture/mattsbits/rss_100x100.png</url>
      <title>MattsBits - APEX</title>
      <link>http://www.mattsbits.co.uk/cat-4.html</link>
    </image>
    <atom:link href="http://www.mattsbits.co.uk/ncms_feeds/rss2_cat_4.xml" rel="self" type="application/rss+xml" />
    <item>
     <title>Oracle APEX Error ERR-7620 Caused by Application Alias</title>
     <link>http://www.mattsbits.co.uk/item-143.html</link>
     <description>
     <![CDATA[Recently got this error in APEX : Expecting p_company or wwv_flow_company cookie to contain security group id of application owner.<br />
Error ERR-7620 Could not determine workspace for application ().]]></description>
     <category>APEX</category>
     <pubDate>Wed, 21 Sep 2011 11:15:00 +0000</pubDate>
     <guid isPermaLink="true">http://www.mattsbits.co.uk/item-143.html</guid>
    </item>
    <item>
     <title>Oracle Application Express 4 Quick Reference</title>
     <link>http://www.mattsbits.co.uk/item-121.html</link>
     <description>
     <![CDATA[Oracle Application Express (Oracle APEX) is a rapid web application development tool which uses the Oracle Database. This article summarises the resources you need to use it effectively.]]></description>
     <category>APEX</category>
     <pubDate>Tue, 14 Jun 2011 21:11:00 +0000</pubDate>
     <guid isPermaLink="true">http://www.mattsbits.co.uk/item-121.html</guid>
    </item>
    <item>
     <title>APEX Built In Substitution Strings</title>
     <link>http://www.mattsbits.co.uk/item-74.html</link>
     <description>
     <![CDATA[Application Express includes a list of built-in substitution strings. These can be used in HTML regions or blocks of PLSQL code. This article lists all the substitution strings.]]></description>
     <category>APEX</category>
     <pubDate>Mon, 25 Oct 2010 12:23:00 +0000</pubDate>
     <guid isPermaLink="true">http://www.mattsbits.co.uk/item-74.html</guid>
    </item>
    <item>
     <title>SQL Script To Display Tablespace Utilisation</title>
     <link>http://www.mattsbits.co.uk/item-56.html</link>
     <description>
     <![CDATA[This query will give you a basic report on the bytes used and bytes available in the Tablespaces within a particular schema. I have used it within Oracle APEX but it can be used elsewhere.]]></description>
     <category>APEX</category>
     <pubDate>Thu, 26 Aug 2010 16:11:00 +0000</pubDate>
     <guid isPermaLink="true">http://www.mattsbits.co.uk/item-56.html</guid>
    </item>
    <item>
     <title>Read Only Item Based On Authorization Scheme</title>
     <link>http://www.mattsbits.co.uk/item-53.html</link>
     <description>
     <![CDATA[In APEX it is easy to make an item read-only based on a predefined Authorization Scheme.]]></description>
     <category>APEX</category>
     <pubDate>Tue, 17 Aug 2010 09:04:00 +0000</pubDate>
     <guid isPermaLink="true">http://www.mattsbits.co.uk/item-53.html</guid>
    </item>
    <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 nice to disable a button once it has been clicked. This can help prevent users clicking the button twice. You have to paste a simple piece of JavaScript into the Button's properties.]]></description>
     <category>APEX</category>
     <pubDate>Thu, 10 Jun 2010 14:35:00 +0000</pubDate>
     <guid isPermaLink="true">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. 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 isPermaLink="true">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. If you need to tweak their styling but there are limited ways to do that from the interface. So how can it be done?]]></description>
     <category>APEX</category>
     <pubDate>Wed, 16 Dec 2009 16:39:00 +0000</pubDate>
     <guid isPermaLink="true">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.]]></description>
     <category>APEX</category>
     <pubDate>Thu, 24 Sep 2009 11:51:00 +0000</pubDate>
     <guid isPermaLink="true">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. This can be easily achieved using a JavaScript popup box.]]></description>
     <category>APEX</category>
     <pubDate>Thu, 07 May 2009 22:04:00 +0000</pubDate>
     <guid isPermaLink="true">http://www.mattsbits.co.uk/item-13.html</guid>
    </item>
    <item>
     <title>APEX URL Construction And Parameters</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.]]></description>
     <category>APEX</category>
     <pubDate>Tue, 28 Apr 2009 07:41:00 +0000</pubDate>
     <guid isPermaLink="true">http://www.mattsbits.co.uk/item-11.html</guid>
    </item>
    <item>
     <title>Generate APEX Custom Debug Messages</title>
     <link>http://www.mattsbits.co.uk/item-2.html</link>
     <description>
     <![CDATA[APEX allows you to create your own custom debug messages. This allows you to find faults and trace the operation of your PLSQL blocks.]]></description>
     <category>APEX</category>
     <pubDate>Thu, 16 Apr 2009 22:21:00 +0000</pubDate>
     <guid isPermaLink="true">http://www.mattsbits.co.uk/item-2.html</guid>
    </item>
    <item>
     <title>Send Emails From An APEX Application</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 APEX_MAIL API. You can send plain text or HTML emails while defining the sender, recipients and bccs.]]></description>
     <category>APEX</category>
     <pubDate>Wed, 15 Apr 2009 21:52:00 +0000</pubDate>
     <guid isPermaLink="true">http://www.mattsbits.co.uk/item-1.html</guid>
    </item>
  </channel>
</rss>
