Re: Overriding Forms' Defaults Alerts

From: Ole Bredesen-Vestby <obv_at_ssb.no>
Date: Mon, 26 Apr 1999 05:55:25 GMT
Message-ID: <3725fe8b.2826914_at_news.eunet.no>


You can go into the ON-MESSAGE trigger and write your own message-text to some of the message-codes:.

begin
  if MESSAGE_CODE = 40400 then

  • Default for 40400 is "1 Record saved" message ('Your Greek text'); else message (MESSAGE_TYPE || '-' || TO_CHAR(MESSAGE_CODE) || ': ' || MESSAGE_TEXT); end if; end;
    • Ole Bredesen-Vestby

On Tue, 20 Apr 1999 16:15:49 GMT, ntsour_at_cs.ntua.gr (Nikos Tsouroulas) wrote:

>Hi everyone,
>
>I am having trouble finding a way to override the default alerts
>generated by Forms e.g. after saving the contents of a form.
>Is there a way to modify the behaviour of COMMIT_FORM
>so that I won't have to write trigger for all the events from scratch.
>
>The alerts generated by oracle are, of course, in English
>and the users only speak Greek.
>
>Thank for the help,
>Nikos
>(ntsour_at_cs.ntua.gr)
Received on Mon Apr 26 1999 - 07:55:25 CEST

Original text of this message