rajeshr
10 years agoOccasional Contributor
Find Child is taking lot of time to execute
I am currently using find child function to find the row object of XTPReport grid. The code looks like this
aProperty(0) = "ControlIndex"
aValue(0) = nRow
Set guiRow = guiParent.FindChild(aProperty, aValue, 0, True)
For which it is taking around 10-15 seconds. But when the number of children objects are less, it executes quickly.
I have also attached the screenshot of the object's tree from the object browser
It would be great if someone help me out with this problem. Thanks!