
Some Christmas goodies for APEX
The German Oracle APEX team created a really nice Christmas countdown calendar. Unfortunately it's in German but just use Google translate and you will...
The German Oracle APEX team created a really nice Christmas countdown calendar. Unfortunately it's in German but just use Google translate and you will...
This time my post has nothing to do with APEX nor Oracle.You all know the situation. You are the one who knows everything about computers, at least thats...
I had two conditional processing checks for one pl/sql process to do. One "No Inline Validation Errors Displayed" check and one "Exist (SQL query returns...
If you want to create a page refresh button inside your APEX page you need to add the following things:1. Upload a button picture (Shared Components>Images>Create>Upload)2....
Have you experienced the case that you want to execute a process and when a specified error occurs then it should go on like nothing happened.In my case...
Hi all,The APEX team integrated a nice little region template which mimics the search part of an interactive report. It is called "Report Filter - Single...
Hi!Out of some reason Oracle does not provide the applications from the APEX Developer Competition 2009.Some winners already provided there applications:Matt...
Creating logfiles in a linux environment can be done with > or >> or &> or tee or script but using these commands inside a shell script...
I did it. I finally reached the next level in the Oracle APEX forum:Ok ok I know that the most APEX experts work much harder inside the forum and they...
Do you know this problem you get a csv file and need to import it into your database. Of course with APEX you can use the data load utility (Home>Utilities>Data...
Last couple of month I worked on new navigation concepts and wanted to share my ideas and experiences with you. APEX navigation conceptsView more presentations...
You have maybe heard how to refresh a page within a time period: Page auto refreshI had the requirement to do this just within an Interactive report...
I fumble around with supporting objects to make my application as portable as possible without any manual scripting. One issue I had discovered had to...
I had the pleasure to find either an APEX bug or to find out that I'm unable to create packed applications! :OAfter I installed my example application...
I fumbled a bit around with ExtJS Grids and found a fantastic forum link where Ben really well described how to build an Ext Grid inside an APEX report...
May be interesting to some of you which haven't had the time testing and working with the DBMS_SCHEDULER. I collected some examples to show what is possible...
Hi folks,I added an ExtJS navigation tree to my example application. To get the JSON data out of the database I created a small package which is dynamically...
I integrated an ExtJS theme switcher in my example app.How to?ExtJS theme switcher for APEX (includes example + description)I fixed a bug when you accessed...
I worked a bit around with ExtJS trees and their implementation into APEX using JSON data sources. For me it's just a start sooner or later there will...
I created an example page for the ExtJS layout http://apex.oracle.com/pls/otn/f?p=65555 based on the solution of Roel Hartman "Using two Interactive...
For those who are interested in APEX, ExtJS and AJAX take a look on my new/updated example application: http://apex.oracle.com/pls/otn/f?p=65555Feel...
Have you ever experienced some issues when you wanted to create a button inside an APEX region behind an item and that button should call a javascript...
I created a dynamic pl/sql report where the select was based on an external table (transcribed through a database link). DECLAREv_query varchar2(1000);BEGINIF...
Hi,if you want to integrate your outlook calendar or some other oultook features into an APEX site use the following code in a HTML region.<DIV STYLE="width:800px;height:400px"><OBJECT...
Did you ever experienced the problem when you have a couple of items in the same line/row in a HTML region and you have a select list (in the next row)...
The easiest way to check the browser type for conditional displayingis to use one of the following conditions: Client Browser: Mozilla, Netscape 6.x/7x...
Did you ever had any problems with Oracle based issues like Database, APEX, Forms, SQL and so on? Of course you had.Normally the Oracle Metalink is the...
Most of you would say: "Why is that so special? Just go to Report Attributes>Column Attributes>Column Formatting>CSS Style and add for example:...
If you are using the SELECT_LIST_FROM_LOV item in your apex reports you may have noticed that you can get some trouble with the Internet Explorer 6.For...
Hi all!I wrote a lot about APEX the last couple of month. Now I want to write about the tools/applications I use to get these apps running and having...
In case you have the requirement to use audit trail functionality in your APEX application then look at that example:First we need two tables: - The...
There are several ways about how to use own error/success messages in APEX page processes. I want to show how to use the internal APEX process.To create...
First of all (I know its a bit late) I wish everybody a healthy and successfully year 2009.Now let's talk about APEX...Have you every came about the...