Normally, if you want to refresh a report after a Modal Dialog closes you would create a “Dialog Closed” Dynamic Action (DA), and the True action would be Refresh selection the Report. However, recently I had a very interesting situation …

A Single Dynamic Action to Refresh Multiple Reports Read more »

Are you curious about what AJAX is or how it works in Oracle APEX?My friend Alexis Galdamez and I recorded an introductory video. We start explaining AJAX, the standard Refresh (or Partial Page Refresh). Then we move to show how …

Video: Getting started with AJAX in Oracle APEX Read more »

If you have a translated app, starting with APEX 18.1, there’s a super simple way to display a language selector: apex_lang.emit_language_selector_list; However, this is the default output: I rather make it a bit prettier and get this: To accomplish that, …

Style your apex_lang.emit_language_selector_list Read more »

Picture a Report and Form pages used to edit records. The Report is an Interactive Report and the edit page is Modal. When the modal closes the IR refreshes, but also, the page jumps to the top after the refresh. …

Video: 005 – Restore screen position after refresh Read more »

Do you want to add Drag & Drop functionality to your APEX applications? That’s what this video is all about. You’ll see me working on the list created in the previous episodes (Part 1, Part 2 and Part 3) and …

Video: Part 4 – Implementing Drag & Drop functionality Read more »