Re: [developer 2000] how to hide the message?

From: <pberetta_at_my-deja.com>
Date: Tue, 26 Oct 1999 09:53:43 GMT
Message-ID: <7v3tn7$ne3$1_at_nnrp1.deja.com>


Before the Enter_Query, set the message level high enough to make it ignore "informational" messages, you can then display your own message if you wish. Reset the message level to 0 afterward (say in a Post- -Item trigger) to allow other Oracle default messages to appear.

:SYSTEM.MESSAGE_LEVEL := 10;
Message('your own information');

In article <38156418.9F15BB38_at_hmc.com.tw>,   peter yeh <misybh_at_hmc.com.tw> wrote:
> hi..
> when we press smart-button(enter_query) ,we can see the message of
> message-line
> is "enter-query press F8......".
> how to disable this message as we press the smart-button??
>
> --
> Hualon Microelectronics Corporation
> Management Information System Dep.
> HTTP://www.hmc.com.tw
>
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Tue Oct 26 1999 - 11:53:43 CEST

Original text of this message