Re: How trap the message "Do you want to save the change you have made?"

From: Steve E. <steve.eckersley_at_ITS.lancscc.gov.uk>
Date: Sat, 21 Jul 2001 21:50:55 GMT
Message-ID: <3b25e2be$1_at_news.norweb.net>


This sounds like a simple problem,

    You need to add an on-message trigger to your form and use message_code to change the function e.g.

if message_code = 40400 then /* Transaction complete: %d records applied and saved */

    null;
else

    message(message_type||'-'||message_code||': '||message_text); /* if this is not included you will never see any messages! */ end if;

Steve E.

x <x_at_x.com> wrote in message
news:QUQU6.103485$q51.839431_at_news1.gvcl1.bc.home.com...
>
> or other like "No change to apply" in Forms 5.0
>
> Tx
>
>
>
>
>
Received on Sat Jul 21 2001 - 23:50:55 CEST

Original text of this message