Oracle Forms [message #406425] |
Wed, 03 June 2009 23:56  |
member.forums@gmail.com
Messages: 28 Registered: June 2009 Location: India
|
Junior Member |
|
|
Hi all
I have to capture all errors occuring on my forms GUI.
like FRM and other errors ; all of them.
I have to save them to a table on database.
I have created a procedure to insert these details to the db, and have a solution to call this procedure from every form's code but it is a cumbersome solution and would not be good design
Is there any other way to do it.
Regards
|
|
|
|
Re: Oracle Forms [message #406428 is a reply to message #406425] |
Thu, 04 June 2009 00:10   |
member.forums@gmail.com
Messages: 28 Registered: June 2009 Location: India
|
Junior Member |
|
|
sorry for the less details
What i wanted to know is that is there some central place where all the errors ocurring on the forms are passed through.
because if it is so then may be I can just make that code to insert all errors passing through it to the table.
or else I will have to modify each forms ON-ERROR trigger.
Thanks
|
|
|
|
|
|
|
|
|
|
Re: Oracle Forms [message #407485 is a reply to message #407399] |
Wed, 10 June 2009 05:43  |
member.forums@gmail.com
Messages: 28 Registered: June 2009 Location: India
|
Junior Member |
|
|
There is audit trail feature that can be used
but it is not permitted by the client.
Anyways, I am still working on modifying all on_error and on-message triggers of my forms.
|
|
|