becks22
18th March 2009, 12:24
Hi all,
I have developed a Maintain session..On the basis of inputting some values I am displaying some values ...and all these values are then getting stored in the table..After insertion of one record when ever i m trying to save another record it says record already exists... Please help
Thanks

george7a
18th March 2009, 12:57
Hi,

Please post your code.

- George

sprasad
19th March 2009, 07:23
Hi,
If ur maintain session is a multi-occurence check the index of the table.

Regards,
Sai Prasad

ravi_mehta
20th March 2009, 06:16
Hi becks

I am not very much sure but try to use occ.independent.view.field (string field.name). The field name should be the input field on which you are displaying the other fields. use this function in before.display.object:after.form.read: section.

regards
ravi

becks22
23rd March 2009, 08:06
Hi All,
First of all Thanks for your help ... My Problem is solved ..I changed the maintain Session to update session and it worked