Re: F45 question

From: Michael Olin <molin_at_bmgdirect.com>
Date: Tue, 21 Jul 1998 11:27:03 -0400
Message-ID: <35B4B323.F823885A_at_bmgdirect.com>


Wernberg-Tougaard wrote:

> In F45 I would like to do "silient commits", that is to commiting without
> the user knowing. How do I do this ? (I want it to happen when a user
> navigates to a certain block).
>

You can turn the '...records committed' and other messages on and off by changing the value of the system variable :SYSTEM.MESSAGE_LEVEL. Check the Forms documentation for values and what range of messages they shut off.

To eliminate the commit messages try:

:SYSTEM.MESSAGE_LEVEL := 5;
COMMIT;
:SYSTEM.MESSAGE_LEVEL := 0; -Michael Received on Tue Jul 21 1998 - 17:27:03 CEST

Original text of this message