Hi,
While executing the scripts Test Complete is unable to recognize the object as FullName-Property changing arbitrary.
Every time TestComplete visit to specific page/GUI it assign a new full name like:
Sys.Process("APP").VBObject("fMain").VBObject("Img_2")
Sys.Process("APP").VBObject("fMain_2").VBObject("Img_2")
Sys.Process("APP").VBObject("fMain_2").VBObject("lbl_3")
Sys.Process("APP").VBObject("fMain_3").VBObject("Img_2")
Sys.Process("APP").VBObject("fMain_3").VBObject("lbl_3")
Here the name of "fMain" is changing frequently. I can manage through the FindChild method but it makes the execution slower and sometime invoking some random page of the application which is not in scripts too. It's not releasing the object from the object browser.
I hope there should be so solution for this type of TestComplete issue. Please do the needful.