| error frm-40735 please i want handle the exception. |
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
|
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 |
Have a look at error ORA-01476, you are dividing by zero. Check your data, and do not divide by zero.
|
When processing an EDI file the following error appears:- FRM-40735: D0_BTN2 trigger raised unhandled exception ORA-01722 any ideas on a fix ? |
Somewhere in your code, you ge an invalid number. Check your code if this is handled correctly
|
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 |
| can you help me with this error FRM-40735: WHEN-BUTTON-PRESSED trigger raised unhandled exception ORA-01722? |
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
|