Hi
I am trying to update the discount column in the sales order matrix using -
omatrix.Columns(17).Cells(lc).Specific.String = d1
This works fine but the code after that line is not run because an event is triggered.
Is it possible to update this through any other method pls ?
Regards Andy