|
Re: FRM-40657 Record changed or deleted by another user [message #375346 is a reply to message #375344] |
Fri, 01 September 2000 12:29 |
Robert Burke
Messages: 2 Registered: July 2000
|
Junior Member |
|
|
Monte,
Check to see whether the table (referenced by the block in question) has one or more database triggers. Then check whether the column(s) which are being updated by the trigger matches any of the columns which are exposed in your block. If so then the problem is that your form is trying to update the same column(s) as your trigger. Fix this by removing the column from your block or by changing the trigger(s) so that it doesn't update the column.
Good Luck
|
|
|
Re: FRM-40657 Record changed or deleted by another user [message #375360 is a reply to message #375344] |
Sun, 10 September 2000 11:39 |
Surendra K
Messages: 8 Registered: September 2000
|
Junior Member |
|
|
Hi monte,
The problem is basically with the concurrency, that means u have queried records into ur block and before u could change and update another user has queried the same set of records and updated into the database.
This error message is correct, therefore don't get worried and u can't handle it in any way.
|
|
|