03-23-2016, 08:33 PM
Hi,
I created a new solution for my TC.
Usually, with SwfTable, I use SelectRow command, it works always.
In this solution, where I write:
SelectRow returns me an error:
'SelectRow: Exception has been thrown by the target of an invocation."
The same error there is if I use ActiveCell o other (only in this TC)
What's means?
How can I resolve it?
Thanks.
I created a new solution for my TC.
Usually, with SwfTable, I use SelectRow command, it works always.
In this solution, where I write:
Code:
dgRowCount = SwfWindow("myWin").SwfTable("dataGridViewSelect").RowCount
dgClmnCount = SwfWindow("myWin").SwfTable("dataGridViewSelect").ColumnCount
SwfWindow("myWin").SwfTable("dataGridViewSelect").SelectRow 1
SelectRow returns me an error:
'SelectRow: Exception has been thrown by the target of an invocation."
The same error there is if I use ActiveCell o other (only in this TC)
What's means?
How can I resolve it?
Thanks.