Forum Discussion
Julia_K
Alumni
14 years agoHello Heloise,
To help us find the cause of the problem, could you please check the following?
1. Does the FindChild method return a correct MainFrame object that has the needed child objects? Is the ChildCount property of the result object greater than zero?
2. Do the parameters you use in the FindChild method to obtain the MainFrame object identify the object uniquely?
3. How do you obtain the MainFrame object's child objects? Do you address them by their names or mapped names? Have you tried obtaining them by using the Child, WaitChild or WaitNamedChild method?
4. What parameters do you use to obtain the MainFrame object's child objects by using the FindChild method?
Thank you.