Hi,
I've created a plugin that adds up 3 new columns to the Stock Summary on the Inventory Console Tab.
I am doing this through the Load + Inventory.ReadEnd events. It works perfectly, but the problem is: when I go to the next Inventory Item or the previous Inventory Item, it looses the 3 new columns, even with the code being in the ReadEnd event.
I've noticed that if I put a breakpoint at the ReadEnd event, what happens is that the 3 columns are created - but at this stage, the Stock Summary Grid is not updated yet -, and when you release the breakpoint, the Stock Summary Grid is updated but losing the 3 columns.
I think it is just a matter of finding the right event to make it work allright.
Could anyone help me?
Cheers


