How to made Matrix columns editable and not editable?
Hi All,
I want to make a matrix columns editable false and true depend on my conditions result.
It is showing an error "Item is not user defined item" in the line **Error**
Can anybody help me to solve this problem?
my coding is as follows
If Trim(sValue) = "Y" Or Trim(sValue) = "Yes" Then objMatrix.Columns.Item("1").Editable = False Else objMatrix.Columns.Item("1").Editable = True ' ***Error*** End If
David Nussböck replied
Hi,
for a System Form -> the Form Settings Window
alternative you can try to manipulate the CPRF table - but this only works when all business one are closed and
open the Business One again.
you see - there is no really good solution for you...
lg David