APEX

ATS Apex application with Ollama hosted in Cloud Fare

  Introduction/ Issue: This is a walkthrough of the mini project that was built end to end in Oracle APEX – an ATS Resume Builder. It takes a user through…

Read More

Enable a Button Based on Checkbox Selection in an Oracle APEX Classic Report

Introduction:  In Oracle APEX applications, it is common to perform actions such as Approve, Delete, Issue, or Submit only after the user selects one or more records from a Classic Report.…

Read More

Interactive Reports Just Got Smarter: APEX 26.1 Edition

Introduction/ Issue:   Interactive Reports (IR) are one of the most commonly used components in Oracle APEX applications, giving users an easy way to search, filter, sort, and export data.…

Read More

Handling Unsaved Interactive Grid Changes Before Model Navigation in Oracle Apex

Introduction Interactive Grids (IG) are one of the most powerful components in Oracle APEX, allowing users to edit multiple records in a spreadsheet like interface. However, a common business challenge arises…

Read More

Oracle APEX 26.1: Build Smarter Apps with Trigger Actions

Introduction/ Issue:   In Oracle APEX 26.1, buttons, menu entries, and cards can now perform useful actions without relying on custom JavaScript or complex Dynamic Actions. With the new Trigger…

Read More

Dynamic Triggered Action in Cards – Oracle APEX 26.1

Introduction  Anyone who’s built a Cards region in Oracle APEX has run into the same limitation. You can wire up an action on the Full Card, the Title, the Subtitle,…

Read More

Adding Custom Link Attributes to Lists – Oracle APEX 26.1

Introduction Oracle APEX 26.1 introduces a small but powerful enhancement to List components: Custom Link Attributes. This feature allows developers to add HTML attributes directly to the links generated by…

Read More

Preventing Duplicate Form Submission in Oracle APEX

Introduction / Issue One of the common issues encountered while developing Oracle APEX applications is duplicate form submission. Users may unintentionally click the Save button multiple times due to slow network…

Read More

UI Mistakes Oracle APEX Developers Should Avoid

Introduction / Issue Many Oracle APEX applications successfully meet business requirements but often overlook one critical aspect—the User Interface (UI) and User Experience (UX). Developers tend to focus primarily on…

Read More

Case for Switching to APEXlang in Oracle APEX 26.1

Introduction  Every Oracle APEX developer has hit this wall: the app “lives” inside one sprawling SQL export. Reviewing a change, debugging with AI, or handing the app to a security…

Read More