Showing posts from April, 2026

Multiple Item Grand Total Show runtime in Apex Item

Step:1 ===== Select "Amount" Column in Grid Region. Create Dynamic Action: Event: Key Release Action: Execute Javascript Code : Code: function getdefectqty() {      //  1. Save cursor position     let activeInput = document.activeElement; …

Side by side 2 items show both Mobile & Desktop view

Step-1 ===== Create a region. Static ID:  MY_REG   Step-2 ===== Go to inline CSS: /* ================================    ORACLE APEX RESPONSIVE GRID FIX    ================================ */ @media (max-width: 768px) {   /* রো কন্টেইনারকে ফ্লেক্সিব…

Row Color in an Interactive Report

Requirement: STOCK_FLAG = 0 → White STOCK_FLAG != 0 → Red Step 1: IR Region Static ID দাও Interactive Report → Region Static ID: stock_ir Step 2: STOCK_FLAG Column Static ID দাও Static ID: STOCK_FLAG Step 3: Page → CSS (Inline CSS) /*STOCK_FLAG …

Load More
That is All