thirumalaicb Level: Sage
 Registered: 09-09-2003 Posts: 51
|
Re: how to detect how many check box is checked on a particular column of datagrid?
hi
since the column contains check boxes, it is of the type boolean. u can filter the recordset for the values having only checks. and from the loop u can manipulate it. as i am vb 6.0 programmer, i could tell u only the concept. if u want the code in vb 6.0 here it is
rs.filter "colname=true"
do while
_______
______
loop
____________________________
Life is at Stake; Make the most out of it!
|