Oracle Apex

Install App

Create Region Region Type: Static Content Static ID: install-app-region HTML Code: <div class="install-app-card" id="installAppCard" style="display:none;">   <div class="install-app-icon">     <…

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; …

Interactive Grid Check data wise Grand total Show

Step 1: ===== Create a Dynamic Action on this Interactive Grid region. True Action:  Execute JavaScript Code Code:  // Interactive Grid এর static ID সেট করুন var gridStaticId = "your_grid_static_id"; // এখানে আপনার গ্রিডের Static ID দিন //…

Temporary Data Input Grid to Grid

Note : You need two grid regions          1. Main Grid Region          2. Modal  Grid   Region for Data Selection  Step: 1 ===== Select the Main Grid Region, then Create  Custom    Button. Grid Static ID:  detailsid So, Go to Region --> Attribute…

Interactive Grid Checkbox And Insert Table to Table by Ajax Callback

Step:1 ==== Create two Interactive Grid Regions. My 1st Region--> Details Collection (For Insert the checkbox value) My 2nd Region-->  SIM Request Of Approved List (For Checkbox Region) Step:2 ==== Function and Global Variable Declaration: // …

Insert-update (Form) by Ajax Callback

Step:1 ===== Go to Ajax Callback Process. Create Process. Name:  INSERT_PAYMENT Type: Execute Code PLSQL Code: DECLARE     V_PK_ID         NUMBER;     V_AUTO_NUMBER   NUMBER;     V_INVOICE_NO   VARCHAR2 (50); BEGIN     IF :P31_ID IS NULL     THEN    …

Load More
That is All