ContributionsMost RecentMost LikesSolutionsRe: TC Stop running if Region Check point failwhile running the below code, TC will stop it. IsGraphValid= Regions.Compare("SummationInTarLynx_Type1",objGraph) It will not display any error message.Re: TC Stop running if Region Check point failStill getting same problem. Dim IsGraphValid Set objTargetLynx = Aliases.TargetLynx .MDIClient.wndChromatogram.AfxFrameOrView42.AfxWnd42 ' TC will stop while running the below code IsGraphValid= Regions.Compare("SummationInTarLynx_Type1",objGraph) Msgbox IsGraphValid OR ' TC will return either True or false while running the below code Msgbox Regions.Compare("SummationInTarLynx_Type1",objGraph) Let me know what is problem in the above code. TC Stop running if Region Check point fail 1. Dim ValidCheckPoint 2. On Error Resume Next 3. ValidCheckPoint= Regions.SummarySection_PrintDoc.Check(objExpected.Picture(97, 369, 410, 80, False)) 4. If Err.Number <> 0 Then 5. Msgbox "An exception occurred !!! " 6. End If 7. Msgbox "TC running next step" 8. Sub GeneralEvents_OnStopTest(Sender) 9. Msgbox "TC going to stop" 10. End Sub In the above code, I use the region check point.(Line 3) If the error thrown it @line 3, then i handle it @Line 2 i.e. it should run line 5 and continue running the Line 7 too. But in the above code it will @Line 9. Please let me know how to handle such kind of error i.e. i want TC to continue run instead of stop. How to convert twips to pixelsI have MSHFlexgrid object, one property i.e. 'CellHeight' value displayed interms of twips but i need it in pixels formate. Let me know how to convert it to pixels. Re: Not able to type Keys in cosole mode.No, i'm not able to type in console after its focused ( according to ur pervious post ).Re: Not able to type Keys in cosole mode.Hi Allen, When i'm having tough time, u will help me so u are God for me!!! What is Problem ? Method like 'KeyDown' and 'KeyUp' are not supported for my object i.e. Aliases.vmware_vmrc.wndVirtualEmbedded So let me know how to solve it using any other method. Regards, Hoks Not able to type Keys in cosole mode. What is Problem ? I have VMware Remote Console. In this I need to type 12 i.e. numeric key 1 and 2 I follow the below steps: 1. To take control in the console I need to Press Ctrl+G (see Screen shot Pict1.jpg file) Using the following code… I achieved this steps. Dim objVM Set objVM =Aliases.vmware_vmrc objVM.wndVirtualEmbedded.Keys("^g") 2. Now I need to type numeric key 12. I use the following code : objVM.wndVirtualEmbedded.Keys("12") ‘Failed to type it objVM.wndVirtualEmbedded.Keys("[12]") ‘Failed to type it objVM.wndVirtualEmbedded.Keys("[~12]") ‘Failed to type it See screen shot pict2.jpg file. Let me know how to solve this problem. Object not identfied in VMWare Applications Object in VMWare application is not identifed TestComplete. I enabled MSAA or UI Automation plug-in. I'm using TC-8.0 with Standard version. If i use Enterprise Editions TestComplete versiom, is it will work ? Re: Object not identfied in Acronis ApplicationsIf i installed latest of TestComplete EnterpriseVersion, then TestComplete will identify the object ? Right now i'm using latest Version of TestComplete Standard version.Re: Object not identfied in Acronis ApplicationsI tried after enable 'MSAA' and 'UI Automation" options, still object is not identified. Find the attached document with more information with screeshot and also find the zip for the entrie project suite.