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 »

I first learned how to implement Drag & Drop functionality from Doug Gault’s presentation at Kaleidoscope 2010 (yes before it was Kscope) “Replicating NetFlix Queue Drag-and-Drop Functionality with Oracle Application Express/jQuery” (Membership required). I mean, I wasn’t actually there, but …

Implementing Drag & Drop in your APEX applications Read more »