apex.server.process

If you’re just getting started understanding AJAX and Dynamic Actions, I recommend you watch my “Getting Started with AJAX” video first. This video is the next installment. Alexis Galdamez and I get into the weeds talking about apex.server.process We cover …

Video: Using apex.server.process for AJAX calls in APEX Read more »

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 »

This little question on Twitter prompted me to record this brief video. > “multi-cursor edit” …do tell!? https://t.co/5UsfqdsuUf — Cary Millsap (@CaryMillsap) December 9, 2017 Some useful links: Sublime Text for Oracle Apex Developers http://apextips.blogspot.com/2015/09/compiling-oracle-code-from-atom-text.html Go ahead, share…FacebookTwitterLinkedinTumblrBufferStumbleUponemail

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 »