Hi everyone,
In an AccpacViewList, I noticed that if the fields were declared as primary keys in the table/view, they seem to be INEDITABLE even if you set them as editable in the custom property. Is there a way to make it editable? I tried to set them to editable in code but it won't work.
avlXBMAPV.SetEditable avlXBMAPV.ColumnIndexByField("CCRVDCODE"), True
avlXBMAPV.SetEditable avlXBMAPV.ColumnIndexByField("SAGEVDCODE"), True
MsgBox avlXBMAPV.GetActiveColumn & ": " & avlXBMAPV.IsColumnEditable(avlXBMAPV.GetActiveColumn)
Thanks in advance for any help.
In an AccpacViewList, I noticed that if the fields were declared as primary keys in the table/view, they seem to be INEDITABLE even if you set them as editable in the custom property. Is there a way to make it editable? I tried to set them to editable in code but it won't work.
avlXBMAPV.SetEditable avlXBMAPV.ColumnIndexByField("CCRVDCODE"), True
avlXBMAPV.SetEditable avlXBMAPV.ColumnIndexByField("SAGEVDCODE"), True
MsgBox avlXBMAPV.GetActiveColumn & ": " & avlXBMAPV.IsColumnEditable(avlXBMAPV.GetActiveColumn)
Thanks in advance for any help.