Search This Blog

Thursday, May 23, 2019

Error Message In Oracle Apex

Red Error :

<h7 style="color:#de0a0a;">#SQLERRM_TEXT#</h7>

Error Message Like Raise_application_error.

apex_error.add_error(
p_message=> 'Error Message!!!' ,
p_display_location=> apex_error.c_inline_in_notification   
) ;

No comments:

Post a Comment

Create a Form Using Python for Save Data into Excel like a Database

#Download Pyhton from here https://www.python.org/downloads/  #Download Python: #Click the “Download Python 3.x.x” button (the latest versio...