Andy..
16th August 2001, 15:09
I've created a new table to store some orderline reference info. Key field is order/item/pono.
I've created a new multi-occ session to add this reference info. It seemed to work fine, until I had more lines than would fit on one page!
eg. if I can see 10 order lines, I add info for first 9 with no problems. When I get to line 10 and press TAB, I get error
index 11 of of dims [1] 10
I presume this is something to do with moving to line 11, I've run in debug and checked _index1 values in use to make sure they do not have some crazy value - but they check out OK. I also check the domains used in the table and they seem OK.
I guess there could be 2 solutions; 1 is to stop Baan moving to line 11 and just cycle to line 1 again. 2 is to make it work properly with no error!
I've not come across this problem before - any ideas
:confused:
I've created a new multi-occ session to add this reference info. It seemed to work fine, until I had more lines than would fit on one page!
eg. if I can see 10 order lines, I add info for first 9 with no problems. When I get to line 10 and press TAB, I get error
index 11 of of dims [1] 10
I presume this is something to do with moving to line 11, I've run in debug and checked _index1 values in use to make sure they do not have some crazy value - but they check out OK. I also check the domains used in the table and they seem OK.
I guess there could be 2 solutions; 1 is to stop Baan moving to line 11 and just cycle to line 1 again. 2 is to make it work properly with no error!
I've not come across this problem before - any ideas
:confused: