Following Code works in matrix cells that are manually editable:
oHerkunftCells = oMatrix.Columns.Item("U_Herkunft").Cells
oHerkunftCells.Item(i).Specific.String = oCSit.sChargenHerkunft
How can i check if the column/cell/edittext is editable?
If oMatrix.Columns.Item("U_Herkunft").Editable Then
' ...
End If
Didn't work because it was still true after an invoice was saved and opened again???
I'm using SBO2004 PL32
TIA
Philipp