Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Inserting a delete button into an interactive report

700024May 14 2009 — edited May 14 2009
Hello 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.
This post has been answered by 628347 on May 14 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 11 2009
Added on May 14 2009
1 comment
1,028 views