Micro Focus QTP (UFT) Forums

Full Version: SwfTable and RowCount: Unspecified Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
until days ago, I use this sample function:

Code:
rw = SwfWindow("myApplications").SwfTable("dataGridView1").RowCount

for to get the num of rows in this dataGrid.

Today, I launch it and I get "Unspecified Error".

Why?

The dataGrid exists and it has some rows.

Thank.