Skip to Content
0
Former Member
Nov 01, 2005 at 05:38 PM

How to check if a matrix cell is editable?

515 Views

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