Hi,
I'm using the clsCheckList class. I've setup a custom based list with a check box included. I've setup the check box as in the demo version i.e. cbx.Initialize("customChBx") and the event as follows:
Sub customChBx_CheckedChange(Checked As Boolean)
Activity.Title = SaveTitle & lst.CheckedList.Size & " item(s) checked"
End Sub
My problem is how do i in code identify which check box has been pressed. I want to update my database behind the scenes to reflect the check box state.
Please help.....
Regards,
Andy
I'm using the clsCheckList class. I've setup a custom based list with a check box included. I've setup the check box as in the demo version i.e. cbx.Initialize("customChBx") and the event as follows:
Sub customChBx_CheckedChange(Checked As Boolean)
Activity.Title = SaveTitle & lst.CheckedList.Size & " item(s) checked"
End Sub
My problem is how do i in code identify which check box has been pressed. I want to update my database behind the scenes to reflect the check box state.
Please help.....
Regards,
Andy