Function and Global Variable Declaration: function calculation(){ var qty = $('#P60_QTY').val()||0; var rate =$('#P60_RATE').val()||0; var price = parseFloat(qty).toFixed(2)*parseFloat(rate).toFixed(2); $('#P60_PRICE').val(pr…
Step: 1 ===== Download plug-ins https://drive.google.com/drive/folders/1Lgu31sisnbP37LnlHHxUPHUBTCGk3Qbo?usp=sharing Step: 2 ===== Go to Share component and Import Plug-ins file Step: 3 ===== Create a page and region region Type: APEX Material …
Region Type: PL/SQL Dynamic Content PL/SQL Code : declare begin FOR X IN ( select CAPACITY_CBM, ALLOCATION, CONTAINER_MODE, TOTAL_ADDED,CONTAINER_NUMBER, CONTAINER_SEAL, TARE_WEIGHT, ID from STUFFING_PLAN_CONT where STUFFING_PLAN_MST_ID = :P124…
Popup LOVs Column Size Customize ======================= Step 1: Select LOV Item and set Initialization JavaScript Function : //Javascript Codes function(options) { var columns = options.columns; // set minimum width for the LOV dialog o…
Container Over Loaded!! Step 1 : Go to page --> Function and Global Variable Declaration function overLoad (){ let capacityCbm = $('# P312_CAPACITY_CBM ').val(); let totalAdded = $('# P312_TOTAL_ADDED ').val(); …
*** Interactive report Step - 1 Go to Page Inline (Copy to paste this Code) # IR_REPORT .t-fht-thead{ overflow: auto !important; } Step - 2 Select Region interactive report And Static ID ---> IR_REPORT *** Interactive Grid Step - 1 Go to Page…
Step 1 : Create Dynamic Action Name : Calculate Grand Total Event : Lose Focus Selection Type : Region Region : (Select Grid Region) True Action : Execute JavaScript Code Code : var model = apex.region(&…
Step 1 : Go to Login From And Create User "Supper-Admin" . Don't Any Company Select. Step 2 : Create New Page And Create Two Region 1- All Company 2- My Company 👉1- All Company Type : Classic Report SQL Query : SELECT I…
Step 1 : Go to IR Report Query and new column Add with HTML '<div style="margin-bottom: 10px; text-align: center" > <a href="'||apex_util.prepare_url('f?p='||:APP_ID||':'||177||'…