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!

Customize message apex_error.add_error

SHR_ORACAug 14 2017 — edited Aug 14 2017

I want to customize the message such that the font color is red.

Please help

I am using Oracle Apex 4.2

This is the code I am currently using:

apex_error.add_error(P_message=> 'Your are not allowed, Date of Purchase is Mandatory',
                            P_display_location => apex_error.c_inline_in_notification);

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 11 2017
Added on Aug 14 2017
2 comments
376 views