ContributionsMost RecentMost LikesSolutionsRe: Can I enable and disable UIAObject in script?No body have experience on it!! In my case, a node Client(0) isn't visible unless I launch TestComplete after I opened PDF in IE browser. Is anybody can tell me how can I get Client(0) visible when I use routine to open the PDF in IE browser by TestComplete? Details please refer to attached screenshot.Can I enable and disable UIAObject in script?I have this question because when I use TestComplete 10.0.531.7 to capture data in PDF file, the data can't be captured unless I opened PDF file first then launch TestComplete. But this case doesn't work for me because I have to use script to open the PDF file. That meaning I should launch TestComplete first. In this way, TestComplete can't parse UIAObject(AVPageView).Re: Calling Method from different PROJECTS in the same SUITEFinally, I have to renamed one project files and shared these files to the target project. It seems impossible to access a routine directly from another project in TestComplete even though those 2 projects in 1 project suite. High appreciate your helps on this question.Re: Calling Method from different PROJECTS in the same SUITEthank for the reply. But this scenario can't work for me. I have to add an existing project into another project under the project suite, because there are some files have same name in those 2 projects. So I have to call a rountine from another project like the structure I posted in the screenshot. Is there any other suggestion for me?Re: How can I call a method which defined in projectA from projectB?Hi Stephen, Highly appreciate the respone. I want to a further discussion with you in the post threadRe: Calling Method from different PROJECTS in the same SUITEHi Stephen, I am using VBScript and not use class. When I execute the sample you gave, I saw error message say "The USEUNIT section contains a reference to the 'Unit2' unit that was not found in the project." Details please refer to attached screenshot. Could you please tell me is there somethings I need to do?How can I call a method which defined in projectA from projectB?I have created a project suite ProjectSuite1 and have created 2 projects projectA and projectB under the project suite. I want to call a method which defined in unit1 of projectA from projectB. Is it possible? I have already followed section "Calling Routines Declared in Another Project" to added the projectA under project suite ProjectSuite1. Now, I want to know how to create reference of unit1 in projectB. I tried " 'USEUNIT projectA.unit1". But seems it is not a correct way for it.Re: Calling Method from different PROJECTS in the same SUITEHi Jared, After I added link of the project following the step you recommended, how can I call the method defined in project B from project A?Can TestComplete be executed on backend?In order to avoid physical machine occupied, we want TestComplete can be executed on backend. That means, we can use mouse or keyboard do other operations while TestComplete is executing automated case on one machine. Are some configurations needed to make it happed in TestComplete?