rbarbish
13 years agoOccasional Contributor
Index Error
I receive this error when I spy a WPF object's "Items" property. What I think is happening is as you can see the datagrid on the left has no rows/records. Another datagrid previously opened did have Items (DG.Items.Item(0) and DG.Items.Item(1)). I believe testcomplete's spy believes that this is the same datagrid as before (maybe by looking at the fullname property?) even though it isn't.