Faster APEX get the browser to work for you
Want to do some data-intensive heavy lifting? Where should we do it? In the Database of course. It is purpose-built to store and retrieve data… Read More »Faster APEX get the browser to work for you
Want to do some data-intensive heavy lifting? Where should we do it? In the Database of course. It is purpose-built to store and retrieve data… Read More »Faster APEX get the browser to work for you
I am going to assume you know what Dynamic actions are, if not read this. I am also going to assume you are aware of… Read More »When to AJAX Callback vrs. When to Dynamic Action
For those who came from an Oracle Forms world it is very easy to start working with APEX. When creating simple screens, you don’t need… Read More »Calling PLSQL from Javascript
Recently I was tasked with adding an auto save feature to an APEX page for a questionnaire style application I was developing for a customer.… Read More »Adding an Auto Save Feature to an APEX Page
Customising chart colours in APEX 5.1 One of the new features of APEX 5.1 is the introduction of Jet Charts which are highly customisable using… Read More »Customising chart colours in APEX 5.1
Customising Interactive Reports through CSS and jQuery When creating APEX Interactive Reports I regularly use CSS combined with jQuery to change the layout and display.… Read More »Customising Interactive Reports through CSS and jQuery
APEX Bubble Charts – Finding the Largest Bubble During a trip to OUG Ireland in March 2016, someone mentioned to me that their users had… Read More »APEX Bubble Charts – Finding the Largest Bubble
JavaScript Debugging in APEX 5 (at last) In APEX 4.2, I would debug JavaScript code using the alert() function. I would use this to show… Read More »JavaScript Debugging in APEX 5 (at last)
Trigger Dynamic Action from JavaScript The following example will demonstrate how a Dynamic Action can be utilised within a report column to confirm deletion of… Read More »Trigger Dynamic Action from JavaScript