Inserting a delete button into an interactive report
700024May 14 2009 — edited May 14 2009Hello everyone,
I just watched this tutorial series with great interest and did all the application:
http://apps2fusion.com/at/kr/391-oracle-apex-person-details-tutorial-02-delete-functionality
Now I'm wondering if it's possible to do the same with an interactive report. Basically I want to create a "delete and edit" button in 2 separate columns (integrated in the report).
I'm adding a null column but it doesnt seems to work the same way ... am I wrong ? Is there another appropriate way to achieve this ? I'm getting strange result from this (ie cant show the icon etc)
SELECT NULL "Button", DD.CD_PERM, NOM_FAMILLE, PRENOM, DT_NAISSANCE, SEXE, ANNEE_SESSION, CD_PGM, UNIV_ACCUEIL, INST_ABRG, DUREE_SEJOUR
FROM DAF_COURT_SEJOUR_BOURSIER DCSB, GEN_PERSONNE GP, DAF_DICTIONNAIRE DD, DAF_TB_INST DTI
WHERE
DD.NO_PERSONNE = GP.NO_PERSONNE AND
DD.CD_PERM = DCSB.CD_PERM AND
DCSB.UNIV_ACCUEIL = DTI.CD_INST
Sorry for my poor english !
Thanks for your time
Jeff.