To catch raise_application_error on Forms 6i
vivekvmJul 9 2008 — edited Jul 9 2008hi all
i have data base triiger in which am rasing an exception using
'raise_application_error(-20001,'this is error',true);'
But how i can catch this error in form to display cusom message or
how we can display the same error returned by trigger
Thanks and regards
Vivek