Micro Focus QTP (UFT) Forums
Not able to select particular checkbox from mulitple checkboxes - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: Not able to select particular checkbox from mulitple checkboxes (/Thread-Not-able-to-select-particular-checkbox-from-mulitple-checkboxes)

Pages: 1 2


RE: Not able to select particular checkbox from mulitple checkboxes - supputuri - 06-28-2012

Hi,
Can you try using the webtable object with innertext as "ORGUNIT.*" and index as 0 and see if the table object is highlighted.

Once that is done, now you have to use the GetRowWithCellText (Text, [Column], [StartFromRow])

now you have the row number, so consider the row number as the checkbox index and now check on the same.
Let me know if you need any help on this.