Hi Shawn,
I don't know whether this helps.
Lutz Morrien
Quote SAP:
Content: Problems with CheckBox object
Problems: The "CheckBox" object does not work properly.
Functions:
Strategic:
Miscellaneous:
Answer:
Data Binding is missing without it, it wont work
You should data bind the CheckBox the UserDataSource or to DBDataSource
Set oColumn = oMatrix.Columns.Add("col1", it_CHECK_BOX)
oColumn.DataBind.SetBound True, , "uds1"
Add a comment