Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
I'm running on Windows XP... the dialog box may have different class and caption than mine if you're running on Windows 7. That's why I asked what your mapping is saying about the dialog. How is it mapped in your NameMapping/Aliases tree?
Also, try using FindChild instead of Find.
The point is that your methodology for finding the object isn't necessarily flawed... just that your expectation of what criteria is being used to find it may be the source of the mistake. Also, before you call any functions or methods off the object you are searching for, it's a best practice to check to see if it Exists with a "if Exists then" check or something.
Also, try using FindChild instead of Find.
The point is that your methodology for finding the object isn't necessarily flawed... just that your expectation of what criteria is being used to find it may be the source of the mistake. Also, before you call any functions or methods off the object you are searching for, it's a best practice to check to see if it Exists with a "if Exists then" check or something.
Related Content
- 7 years ago
- 11 years ago
Recent Discussions
- 23 minutes ago
- 2 hours ago