I'm trying to read a table in from a .NET based application. I'm able to spy the table element in Win32, UIA, and AA modes, but none are able to read back the data. When I use Win 32 with a "get all items" action I get an exception "Expected data items to implement ICustomTypeDescriptor". When I use UIA with a "get rows" action, I get an exception "Unable to find a valid pattern - required: GridPattern". When I use AA and the "get table" action, it reads back a collection with a single column containing all the row headers (HistoryRow0(),AmountRow0(), etc.) , but no actual data is returned.
Has anyone else experienced anything like this or have any suggestions on how I might get the data from this table? Unfortunately it's dynamic with a varying number of rows, so I can't even use a region to identify and read back the data.
------------------------------
Diane Sanzone
------------------------------