pillai.ganesh
28th October 2011, 08:19
I have 30 lines in the Multiocc session ; in my view only 12 lines are displayed. I keep tabbing through the fields and keep entering the values. After entering the 12th line and tabbing it takes me back to the first record.
I want to save the preceeding records and the next set of records (i.e. 13 to24) to be displayed to the user.
Hep!!!!!!

Hitesh Shah
28th October 2011, 14:07
Not sure if possible or not in ERP Ln . But in baan IV also it's not possible mainly because u have to have next.set choice to be called from field sections for such requirement and which in turn calls update.db . All these is frought with error 206 record pointer getting lost. Also there can be problem of tracking the next record in all cases.

So would recommend that u make this activity user driven rather than automate.

Hemant3498
31st October 2011, 11:22
I think u can use "enable.save.on.occ.change" function. it saves the record when u tab or u change the occurence i:e go on the next line . Use this in after.form.read section.