Forum Discussion

philip_ward's avatar
philip_ward
New Contributor
11 years ago
Solved

ChildCount of a Table

I have a small issue that is driving me mad and wondered if anyone could shed some light on what is happening.I have a table made up of 5 columns with 4 rows of data and the column headers.. making 5 ...
  • vincent_goude's avatar
    11 years ago
    It may be a race condition.

    Have you considered using the WaitProperty function to wait for the taable to be completely initialised?

    You can enforce the update of the value by using Table.Refresh too.