mast_aadmi
25th December 2009, 11:57
Hi,

I have created a new session which has its own table(newly created). When i try enter a value into any of the fields then i get the following error:
Error:record modified by other user; new values are displayed

After the above error has been occured then the following error is displayed:
Record not found

Pl help me out...

sameer.don
26th December 2009, 10:35
Hi,

Looks like you are modifying Index fields.

field.tdpsl002.orno:
before.display:
tdpsl002.orno = tdsls401.orno
field.tdpsl002.pono:
before.display:
tdpsl002.pono = tdsls401.pono


Is this really required?
If yes, check the predefined variable, UPDATE.STATUS, it should be either ADD.SET or MODIFY.SET.

May be we can put more light on it if you could discuss the purpose of session.

Regards,
$ameer $helar

mark_h
30th December 2009, 18:20
What I see is confusing - is this a print session or a maintain session? And as sameer asked do those fields really need to me set? You already have a query.extension set - and I see no purpose for setting those fields in the before.display.