Showing posts from April, 2026
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; …
Step-1 ===== Create a region. Static ID: MY_REG Step-2 ===== Go to inline CSS: /* ================================ ORACLE APEX RESPONSIVE GRID FIX ================================ */ @media (max-width: 768px) { /* রো কন্টেইনারকে ফ্লেক্সিব…
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 …