Re: Bell in SQL*Forms 3.0

From: <rzx2134_at_mcvax2.d48.lilly.com>
Date: 19 Feb 93 12:03:11 EST
Message-ID: <1993Feb19.120311.1_at_mcvax2.d48.lilly.com>


In article <1m2a4f$g7l_at_nz12.rz.uni-karlsruhe.de>, rz34_at_hp850.rz.uni-karlsruhe.de (Schillinger) writes:
> Hello!
>

 [stuff deleted]
>
> Does anyone know how to turn the bell OFF (not for good, just for
> the count_query)??
>
> Thanks in advance.
>
> Karen Schillinger
> Schillinger.Karen_at_rz.uni-karlsruhe.de
> or
> rz34_at_hp850.rz.uni-karlsruhe.de
>
  I do not think that there is a way to turn off the bell in SQL*Forms besides   turning off the terminal's bell. The only thing that I can think of   is setting your system.message_level to 5 before the command and back   to 0 afterwards. For example:

  procedure query_details ...
  ...

        :system.message_level := 5;
        execute_query
        :system.message_level := 0;

  ...

  Brian Stanek
  Profound Consulting
  8335 Allison Pointe Trail, Suite 205
  Indianapolis, IN 46250
  PHONE: 317-579-5200
  FAX : 317-579-629   Disclamer: My company says I have no opinions Received on Fri Feb 19 1993 - 18:03:11 CET

Original text of this message