Hi Sathy,
Code the datawindow's itemchanged event and check dwo.name if it is equal to your ddlb control. Then set the value of the dddw.
Something like:
If dwo.name = 'ddlb_1' Then
This.object.dddw_1[row] = data
End If
HTH
Neil
Hi Sathy,
Code the datawindow's itemchanged event and check dwo.name if it is equal to your ddlb control. Then set the value of the dddw.
Something like:
If dwo.name = 'ddlb_1' Then
This.object.dddw_1[row] = data
End If
HTH
Neil