Re: Too many messages in Oracle Forms 6i
Date: Wed, 18 Sep 2002 21:03:29 +0200
Message-ID: <amaj3k$kgr$1_at_reader08.wxs.nl>
If the message pops up twice - what you're saying - than that piece of code containing the message must be executed twice or the same message is in another piece of code that is executed. The pre-commit only fires when you're doing a commit. Perhaps you're doing several commits.
Use the forms-debugger to walk through your code.
"Mitch" <lamac_at_gmx.net> wrote in message news:d6e02f7b.0209180052.2e940a8f_at_posting.google.com...
> Hi,
>
> I am using Forms 6i on a Win2000 platform.
>
> I have a problem with the PRE_COMMIT trigger. In the trigger there is
> an informative message. When the trigger fires, the message is shown
> in the status line, but it also pops up as small 'OK'-Dialog. I
> checked if the trigger fires twice, but it doesn't. Can anybody please
> tell me how I can restrict the message from popping up twice?
>
> Kind regards,
> Mitch
Received on Wed Sep 18 2002 - 21:03:29 CEST
