ContributionsMost RecentMost LikesSolutionsRe: Need to get the Child object using Fields.Hi Tanya, Thanks for replying. I tried your suggestion the properties I need is not listing in the "Property Section" it is under "Fields". Is there any method I can retrive the GUIObject by passing the Fields value. thanks suvidhRe: Need to get the Child object using Fields.Hi, I require certain display text which is value of a application field which is listed under the fields in spy window. I wanted to use these appilcation fields with findChlid() method to fetch the object matching with the display text. However if I provide property name to the findChlid() method i am able to fetch the object. Please do provide some insight to get the object using Application Fields data. Thanks SuvidhNeed to get the Child object using Fields.Hi, I am working with JAVA swt object. I need the match properties of a Field 'm_paintListener.bedState.best.m_sLocation' and then retrive the object. Is there any method that we can use to get the object by passing in the Fields as parameter. Thnaks Suvidh Re: getting a handle on these controlsHi, I tried opening the path from "C:\GridSamples90\GridSamples90\Janus GridEX\GridEX_VBScript" to see the sample scripts it looks like it is saved in higher version of TC "9.0". can i have the scripts for 8.2 version for gridEX object. Thanks suvidhI am not able to get Text in 'ThunderRT6FormDC' objectHi, I was able to get the part of the text in this object 'ThunderRT6FromDC'. I converted the object in to text recognition. In the object browser i could see only part of the text as text object. What could be the reason behind it. is there any other workaround that i can try. Thanks Suvidh Re: Unable to know if the Check box is checked in the Grid 'SPR32X60_SpreadSheet'Is there any Update on this? To resolve this issue is priority in our listUnable to launch the http://localhost:1947/_int_/config_to.htmlHi, After installation of TestExecute 8 I was not able to enter the access to 'remote licence managers parameters' as the web page "http://localhost:1947/_int_/config_to.html" is not getting displayed. Operating System- Windows Server 2003 TestExecute 8 Please let me know how to resolve this issue. Thanks, suvidhSolvedUnable to know if the Check box is checked in the Grid 'SPR32X60_SpreadSheet'Hi, I am using the native method "GetText(nCol,nRow,cellText)" to retrieve the data from the 'SPR32X60_SpreadSheet' grid. the 'cellText' will return the data for me. When there is a check box embedded in the grid the native method does not retrieve the correct data '0' or '1' or "True" or "False" for checked and unchecked respectively. I have attached the image of the Grid and it's properties. Please let me know on how to get the information of the check boxes. Thanks, Suvidh Re: To know check box is checked or not of extended style of "ListViewWndClass"Hi, Please do share with us if you have any information regarding the Window message and how to get the information if it is checked or not. Thanks, SuvidhTo know check box is checked or not of extended style of "ListViewWndClass" Hi, I am not able to verify if the check box is checked or not for 'ListViewWndClass' the Extended style(Check box) of this class is not supported in TestComplete. The below code I have used it for checkboxes in "SysListView32" and it works as expected. But for 'ListViewWndClass' the variable 'nPos' in Object_ShiftRight() method is not populated with the correct value it depends on what "Win32API.SendMessage(guiObject.Handle, LVM_GETITEMSTATE, nItemID, LVIS_STATEIMAGEMASK)"sends and it is '0'. LVM_GETITEMSTATE = 4140 LVIS_STATEIMAGEMASK = &HF000 nShiftVal = Object_ShiftRight(Win32API.SendMessage(guiObject.Handle, LVM_GETITEMSTATE, nItemID, LVIS_STATEIMAGEMASK), 12) Public Function Object_ShiftRight(nPos, nShift) Dim nPostShift nPostShift = nPos \ (2 ^ nShift) If (nPos mod (2 ^ nShift) <> 0) And (nPos < 0) Then nPostShift = nPostShift - 1 End If Object_ShiftRight = nPostShift End Function I guess we have different MASK values for "ListViewWndClass" object . Please help me to resolve this issue. Thanks, Suvidh Shetty