Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Help: When and why using :system.message_level?

WJHORAJul 24 2008 — edited Jul 24 2008
Hi,

Peosonally, I don't like use :system.message_level := (0, 5, 10, 20, 25, ...) in any form that I make and so far I have no problem with it. All I did is to write a simple program in program unit which is used to generate the error message text for different Oracle "error_code." Then on form level ON-ERROR trigger is used to call this program and decides the relevant action.

My question is that is there a good case that we necessarily need to use :system.message_level to suprise the error message? Is this in general a good practice?

Thanks for any answers.
Jimmy
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 21 2008
Added on Jul 24 2008
5 comments
3,921 views