Re: FORMS 4.5.10.6.0

From: Mark Gumbs <mgumbs_at_nospam.hotmail.com>
Date: Thu, 17 Jun 1999 13:45:44 +0100
Message-ID: <3768ebaf.0_at_145.227.194.253>


If the error message has an error code to it, you can override it in the on-message trigger.

e.g

if message_code = '????' then

    message('Error message in italian'); else

    message(message_code ||' - '|| message_text); end if;

HTH Mark

Massimiliano Bellifemine wrote in message <3768E82B.B278B203_at_pride.it>...
>I need an information about lock on Developer /2000 1.6.1,
>the problem is:
> When two or more users lock the same record for updating,
> forms displays a warning "COULD NOT RESERVE RECORD (2 TRIES).
> KEEP TRYING?". I want to convert this message in Italian Language.
> I did it in this way:
> trigger ON-LOCK
> LOCK_RECORD;
> IF NOT FORM_SUCCESS
> THEN
> MESSAGE('Another user is updating
> this record');
> RAISE FORM_TRIGGER_FAILURE;
> END IF;
> Forms displays these messages "COULD NOT RESERVE RECORD (2 TRIES).KEEP
>TRYING?" and
> "Another user is updating this record".
> How can i resolve this problem?
>
>
>
> Bye
>
>--
> Massimiliano Bellifemine
> Pride S.p.A.
> Via C.G. Viola, 48
> 00148 Roma
> tel. +39.06.6590603
> fax. +39.06.6590202
> http://www.pride.it
Received on Thu Jun 17 1999 - 14:45:44 CEST

Original text of this message