View Single Post

  #2 (permalink)  
Old 07-03-2009, 03:19 AM
basanth27 basanth27 is offline
Junior Member
 
Join Date: Jul 2009
Posts: 12
basanth27 is on a distinguished road
I am still unsure how you are getting the status of the checkbox.

The function you have written is to fetch the data value in the specified column in a webtable iterating through the row loop.

When you have multiple checkbox in a webtable here is the logical approach,

1. Checkboxes are child objects to the Parent Webtable.
2.Find the count of the childitems. [ In this case checkboxes ]
3. Loop through the count to find out the "Text" & "Status" of the checkbox.
Reply With Quote