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

How to install and configure Oracle Apex 24.1 with ORDS 22, Tomcat 9 and Jasper Report 7 on Oracle Linux 8.10

#########################Install Oracle  APEX 24.1################################ ----------------------------------------------------...