Hi Members,
I have a check Box Column in Matrix, created through XML. I need to check that column through VB.Net coding.
If i give
objmatrix.columns.item("5").cells.item(1).specific.checked = True
It throws an error as Public Member 'checked' on type'IEditText' Not Found
This is the XML Coding
<column uid="5" type="121" title="In Process" description="" visible="1" AffectsFormMode="1" width="62" disp_desc="0" editable="1" right_just="0" val_on="Y" val_off="N" backcolor="-1" forecolor="-1" text_style="0" font_size="-1"> <databind databound="1" table="@SS_RCATR" alias="U_inprc" /> <ExtendedObject /> </column>
I don't know whats the issue here.
Please help me to solve this problem.
Regards,
Venkatesh.R