Forum Discussion

rcusma's avatar
rcusma
New Contributor
9 years ago
Solved

Force object properties to refresh

Hi,   I'm facing a problem while trying to access RowsCollection of my UltraGrid (ex: "MyUltraGrid.Rows"). Testcomplete crashes saying that "Rows" child object doesn't exist.   However, I do se...
  • rcusma's avatar
    9 years ago

    found the solution... I hope so...

     

    apparently we can simply use RefreshMappingInfo() or FindChildEx() functions. Seems like my problem was linked to TestComplete cache.