Re: FORMS 5
Date: Mon, 28 Sep 1998 13:58:21 GMT
Message-ID: <6uo4lu$9t6$1_at_nnrp1.dejanews.com>
Hi,
In a multiple form forms 5 application I've found that the the messages would still come up for the other opened forms. I placed a Pre-form trigger in all my forms with the ':system.message_level := 5;' code and the problem disappeared.
Good luck,
Sicco Otten
In article <6uk96g$sn4$1_at_camel0.mindspring.com>,
"Bao Phan" <phanb_at_mindspring.com> wrote:
> I believe you can also use :system.message_level to suppress information
> messages. You can code something like this in the trigger:
> :system.message_level := 25;
> commit;
> :system.message_level := 0;
>
> mdesouza_at_YAHOO.COM wrote in message <6tqo65$i25$1_at_nnrp1.dejanews.com>...
> >HI
> >
> >Any help appreciated
> >
> >I need to prevent the save message from appearing on a form every time a
> item
> >value changes. I want to code the save message.
> >
> >Is there a trigger that stops this save message from appearing
> >
> >
> >thanks
> >michael.dsouza_at_matsushita-europe.com
> >
> >mike
> >
> >-----== Posted via Deja News, The Leader in Internet Discussion ==-----
> >http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum
>
>
-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Received on Mon Sep 28 1998 - 15:58:21 CEST
