FRM-40735: WHEN-BUTTON_PRESSED trigger raised unhandled exception

    This generic forms error message is generally followed by an Oracle error message:

    eg: WHEN-BUTTON_PRESSED trigger raised unhandled exception ORA-00001.


    You will have to look for causes of this Oracle error message, in our example it's a UNIQUE KEY violation.



Adverteren bij Daisycon
Forum Messages
30-JAN-2008 07:17:09senir oraclemohamed hegize Reply
error frm-40735 please i want handle the exception.
30-JAN-2008 07:25:33Check errorDbMotive Reply
You have to check the error message that is causing htis.
Please press SHIFT-F1 to see the last error message, it will tell you the real problem

01-FEB-2008 02:19:24oracle errornISHA Reply
What are the possible resons for displaying an error in Developer while trying to access oracle db:

WHEN BUTTON PRESSED trigger raised unhandled exception ORA 01476
01-FEB-2008 02:22:36Check underlying errorDbMotive Reply
Have a look at error ORA-01476, you are dividing by zero.
Check your data, and do not divide by zero.
19-FEB-2008 03:44:48oracle form errorRichard Ludlow Reply
When processing an EDI file the following error appears:-
FRM-40735: D0_BTN2 trigger raised unhandled exception ORA-01722 any ideas on a fix ?
19-FEB-2008 16:35:57ORA-01722: Invalid NumberDbMotive Reply
Somewhere in your code, you ge an invalid number.
Check your code if this is handled correctly
29-FEB-2008 01:23:10 Reply
a form is compiled using administrator
password works fine,but when end user runs the form using his id it gives form-40735 error
what is the cause
11-MAR-2008 23:44:52FRM-40735: WHEN-BUTTON-PRESSED trigger raised unhandled exception ORA-01722kenneth Reply
can you help me with this error FRM-40735: WHEN-BUTTON-PRESSED trigger raised unhandled exception ORA-01722?
12-MAR-2008 05:47:24Check codeDbMotive Reply
Somewhere in your code, you get an invalid number.
Check the code and see if you can catch the invalid number, or rewrite the code so it is handled correctly

Add your message for FRM-40735
Name:email:
Validation Code:pa8i345tybcpifyuh
Enter Code above:
Title:
State your problem: