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!

How to ask user in Apex app if he want to continue execute process?

Blue BirdMar 6 2018 — edited Mar 6 2018

Hello,

I have an Apex 5.0.4 App. in Database I have stored package with procedures I'm running over Process which I execute over button on Interactive Report (IR). Procedure first check some requirements if user can safely continue (e.g. all data exists). How can I display some kind of message box (in form with my custom message, Yes, No, Cancel buttons), and If user choose "Yes", Process will continue, otherwise it will stop and want user that not all requirements are met?

Probably will be something over Condition property but I don't know how to set it to display user dialog between already running process.

BB

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 3 2018
Added on Mar 6 2018
3 comments
389 views