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