Sunday, November 15, 2020

delete row from IG report in oracle apex







  1. Confirm -- Are your want to delete !
  2. Set Value -- JavaScript Expression ---    this.triggeringElement.id   (P27_ROW_DEL)
  3. Execute PL/SQL Code DELETE FROM   emp_tbl where         SLNO  = :P27_ROW_DEL;
  4. Refresh
  5. Clear P27_ROW_DEL

No comments:

Post a Comment

To generate a PDF using JavaScript in Oracle APEX from a collection

  To generate a PDF using JavaScript in Oracle APEX from a collection, you can follow these steps: 1. Create a button or link on your APEX p...