![]() |
Index outside the bounds of an array - 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: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: Index outside the bounds of an array (/Thread-Index-outside-the-bounds-of-an-array--5442) |
Index outside the bounds of an array - Diego Unanue - 09-28-2011 've got two field from different modules to select when i want to select the second one it says: Index outside the bounds of an array what can i do? need help please I've got a tree with options when you select the first item from the tree, some text fields appear and i can get info from them. But when i select the second option from the tree and another text fields appear, it says index outside the bounds of an array hace 5 minutos • Borrar • Editar comentario Tienes 9 minutos this is the code: 'Activates the the row o from a data table and the firt element of the tree Code: SwfWindow("CSI - Capacity Planning_2").SwfTable("processGrid").ActivateRow "0" 'Activates the second element of the tree Code: SwfWindow("CSI - Capacity Planning_2").SwfTable("processGrid").ActivateRow "2" |