ContributionsMost RecentMost LikesSolutionsnot able to find the object through object spyOur application is running in user mode. In order to open the task manager (we need to be in admin mode) we first open the command prompt in user mode then we give admin username and password to open an administrator command prompt. we are not able to identify the admin command prompt as an object through object spy. How to access dynamically changing objectsWe have an application, which is developed in JAVA. We try to click on a button or access an object using object spy. When we use the object spy and find out the properties, we get the name as SwingObject,("JDialog"-1,1). The index of this (1) changes during runtime (2 or 3).As a result the script fails. It becomes more complex if we are trying access more windows/buttons in the application At present, we are finding child index and label of that particular object and trying to access it. Is their an easy way to sort this outHow to get the code from the Testcomplete [License has ben expired]Testcomplete evaluation license has expired. I had saved some code and I need to retrieve them. Can anyone help....... How to extend the evaluation license ...?Re: How to get process id from the task manager using vb scriptThank youHow to get process id from the task manager using vb scriptHow to get process id from the task manager using vb scriptRe: How to get Header value from JtableI am unable to attach the file. Can you please provide any solution for this, else provide me your mail ID so that i can mail the excel sheet to youRe: How to get Header value from JtablePFARe: How to get Header value from JtableHi, I am attaching an excel sheet with an example about how the application works In the excel sheet column A has some parameter names and column [B --> H ] contain date and time. In row number 10, we have intervals specified for ex: 1 ,5, 10 mins So when you select the interval as 1 min or 5 min the columns [ B --> H] will also change according to the specified interval [Dynamically changes]. For Ex: If you select interval as 1 min then the columns contain time with one minute difference. Column [B --> H] is identified as a single object in testComplete. I need to retrieve a column header [ example: 27-Dec 1:01] as a single value. I need to obtain the header value for all the columns. Table has been created using Java.Re: How to get Header value from JtableTried with getColumnModel.GetColumn(index).getheadervalue It displays alphabets {ex: "A" for index 0) Where as the column contains 27- Dec 1:00 How to get Header value from JtableA table where column contains date and time and rows contains some values. We need to change the interval and check whether the column as changed the time as specified by the interval. And we need to also check that the new values and time get update after every min. In such case how to retrieve the header value from the table