Re: FRM-40654 in Forms 4.5

From: Dave Mausner <dmausner_at_brauntech.com>
Date: 1996/10/01
Message-ID: <52s3o0$d8c_002_at_news.psi.net>#1/1


In article <01bbaf16$636f4b00$22f719ce_at_rickfor.scsn.net>,

   "rick forrest" <rickfor_at_scsn.net> wrote:
>I have a form that calls a stored procedure to do some last minute
>validation, i.e.
>just before POST-DATABASE-COMMIT. The stored proc updates the database
>directly. Consequently, I get the message FRM-40654. Record has been
>updated
>by another user, requery to see changes.

it means that the record has a new rowid due to the commit, which disagrees with the rowid stored in the form. i suspect that the forms has not yet updated the rowid field in memory. before you can touch the record fields, you will have to re-read the rowid using the primary keys of the record.

Dave Mausner, Managing Consultant, Braun Technology Group, Chicago. Received on Tue Oct 01 1996 - 00:00:00 CEST

Original text of this message