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 insert new line character in raise_application_error text in PLSQL process?

PPlattSep 18 2013 — edited Sep 19 2013

Hi,

I have a raise_application_error message in my PLSQL code that displays in the notification area of the APEX page when raised.  I would like to place a carrage return at specific points in the message.  I've tried both chr(10) concatenations and  adding '<br>' . Neither works.  Any suggestions?  It seems that the notification formating strips out HTML.

thanks in advance

PaulP

This post has been answered by PPlatt on Sep 19 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 17 2013
Added on Sep 18 2013
3 comments
1,755 views