FORMS 4.5.10.6.0
From: Massimiliano Bellifemine <m.bellifemine_at_pride.it>
Date: Thu, 17 Jun 1999 14:20:59 +0200
Message-ID: <3768E82B.B278B203_at_pride.it>
[Quoted] [Quoted] I need an information about lock on Developer /2000 1.6.1, the problem is:
Date: Thu, 17 Jun 1999 14:20:59 +0200
Message-ID: <3768E82B.B278B203_at_pride.it>
[Quoted] [Quoted] 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:20:59 CEST
