Re: FORMS 4.5: FRM-40405 URGENT!!!! HELP NEEDED

From: Philippe Pelletier <ppelleti_at_mediom.qc.ca>
Date: 1997/11/25
Message-ID: <347BA135.6B04_at_mediom.qc.ca>#1/1


Manfred Tischendorf wrote:
>
> Dear Forms Experts,
>
> I have got one problem, which I canĀ“t solve.
> Sometimes, I do not find the reason when, Forms Messages appear which
> are very disturbing.
> How can I hide:
> FRM-40400: Transaction complete: <num> records applied and saved
> FRM-40401: No changes to save
> FRM-40405: No changes to apply
>
> I tried to put the commit_form into a if-construct:
> If :system.Block_status in ('changed', 'new' then
> Commit
> End if;
>
> I tried, as said in the manual 'Forms Messages and Codes', to put the
> :system.message_level up to '25', but I fear, this only works for
> informative types not for error types.
>
> I tried to write on-error-triggers and on-message-triggers with the only
> statement null.
>
> But nothing works. And sometimes, when I have done no changes in a mask
> and control is given back to a mask which had the statement
> OPEN_FORM(path); the FRM-40401 or FRM-40405 arise more than once. This
> is no practical solution I can deliver to the users.
> What can I try, what should I check?
>
> I will be glad for each advice (may be via email, as a response in the
> news). Please let me know, how you solve those problems or how you
> restrict them to arise. Perhaps I should do a different coding to avoid
> these messages.
>
> I am using Forms 4.5 running on a PC (Windows NT 4.0)
>
> Yours Sincerely
>
> Manfred Tischendorf

We had the same problem and we solved it by making ourself the commit. We change the :system.message_level to 0 before the commit and then put it back to 25 after Received on Tue Nov 25 1997 - 00:00:00 CET

Original text of this message