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!

Simulate / replace javascript UGLY confirm in DA

aracilaFeb 11 2020 — edited Feb 12 2020

Dear community,

I have a problem that I can not resolve for already 5 years.

We are in 2020 and confirm is as UGLY as it was and no one is even trying to make it nice.

My biggest problem is that I have to pause the execution of javascript in DA asking a question and continue based on the answer.

Imagine next scenario:

I have a button, and that button call to Dynamic Action

The Dynamic Acton has about 5 or 6 tasks: PLSQL, Refresh, Set, Javascript, PLSQL and Refresh

So within that JavaScript task I have to ask couple of questions and set some behavior based on the answer.

r=confirm('message here') working fine but it is so UGLY that it is driving my coworkers nuts, very small windows, very small text, very unclear.

Does anyone have a solution that will allow me in the middle of DA to request an answer and pause the execution of the rest of the script till the answer is provided.

Thanks a lot to everyone!

Andrei

Comments
Post Details
Added on Feb 11 2020
7 comments
434 views