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!

Call modal from clickable item don't Capture close event.

PaoloRicardosAug 29 2019 — edited Aug 30 2019

Hi all

I textfield Item "P9_COMMENT1" that I made it Clickable to open a Modal using this code on ADVANCED > Pre Text <a href="f?p=&APP_ID.:10:&SESSION.::::P10_QUESTION_NO:1">

Its work fine, open the modal an send the value to 'P10_QUESTION_NO'

The problem is to send the value back, on the parent page I made a DA 'Closed Dialog' to set value, but it dont trigger.

I Tested with a Button to open Modal and then worked fine, but with same code to an item Clickable <a href="f?p=&APP_ID.:10:&SESSION.::::P10_QUESTION_NO:1"> it dont capure the close event

to open modal.

pastedImage_153.png

close modal and return all SUB_comments concatenate in P9_COMMENT1

THANKS

Comments
Post Details
Added on Aug 29 2019
4 comments
230 views