Forum Discussion
vik33
11 years agoOccasional Contributor
Try clicking on the table where the button is by fetching its X, Y co-ordinates. or try fetching the X,Y coordinates for that button. I had made use of these properties of table to select some values in the rows of the table. var_Program_Name_On_Panel = Cstr(obj_tbl_Prof_Service.getValueAt(obj_tbl_Prof_Service.getRowMargin + var_Tbl_Rows ,obj_tbl_Prof_Service.getColumnMargin)) Call obj_tbl_Prof_Service.Click( 85 ,obj_tbl_Prof_Service.getRowHeight * var_Tbl_Rows + 6) Call obj_Btn_Launch.ClickButton Let us know how it goes. -Vik