Adding Grid Rows to a Header

patcc

Well Known Member
Currently, I am trying to copy an order in P4210 and then on the same copied order, I need to make a duplicate of all the copied lines in the grid.

The way I implemeted it is using the copy functionality of P4210 and then I look through the grid and then use the system function "Insert Grid Buffer Row" to add new lines to the grid.

However, it seems that the system function "Insert Grid Buffer Row" is not working in 9.1. The application always crashes once it execute this system function.

Can anyone help on this?

Thanks in advance.
 
i don't know. i think we need the paramters you used on your function call.

but check this first: the function crashes always if the row-paramter has a wrong value (i.e. -123). for testing try to set the parameter with a fixed parameter (0 oder 1)
 
Back
Top