Object sometimes doesn't support Exists
had similar problems as described in
In my case, not only the .Exists property of alias objects was affected, but also .Exists, .Child, .ChildCount, .MappedName, .Parent properties of normal controls. I use alias objects only to identify dialogs, then navigate down the hierarchy..
The workaround is to access the control's .FullName property before accessing anything else.
So: for alias objects, call .refreshMappingInfo(), for controls get .FullName.
I'm still using TC11.30..
Thank you for trying to help, Marsha, Alex!
Hi Manfred_F ! I am sorry to hear that you keep facing this. Perhaps the Support team will be able to investigate this deeper? I would suggest opening a ticket like Marsha said since it looks like none of the suggested approaches here helped.
And, of course, I will really appreciate it if you post the final solution to this thread when you get it. Thank you.