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.

close modal and return all SUB_comments concatenate in P9_COMMENT1
THANKS