ContributionsMost RecentMost LikesSolutionsRe: using CmpIn condition in aqObject.CheckProperty() gives Inavalid condition error plz helpHi, the additional information displayed is.. 'cmpIn' is undefined Error location: Unit: "Toad_Decision_point\Scripts\Script\Dataset" Line: 614 Column: 3Re: using CmpIn condition in aqObject.CheckProperty() gives Inavalid condition error plz helphi i am using TestComplete Version 9 on a XP machine. Check the following function : function CheckProperty_test() { var PropNames, PropValues,ds; PropNames = new Array("Name","Visible"); PropValues = new Array("WinFormsObject\(\"gridControl\"\)",true); var obj=Aliases.ToadDecisionPoint.MainMirandaConsole.MdiClient.find(PropNames,PropValues,1000,true); var property="wvalue\(5,\"Customer\"\)" ; aqObject.CheckProperty(obj,property,cmpIn,"mayur,mayank,sheetal,rahul",false); } The above function reads a value from the grid and checks if it is present in "mayur,mayank,sheetal,rahul" The Error message displayed is " cmpIn is undefined .The isssue is only with cmpIn and comNotIn the rest of the conditions are working fine how to handle objects with same name??Our application has three contextmenu of the same name and only one of the menu is mapped so while running a script the active context menu is not called instead the mapped contextmenu is calledRe: using CmpIn condition in aqObject.CheckProperty() gives Inavalid condition error plz helpi am scripting in Jscriptusing CmpIn condition in aqObject.CheckProperty() gives Inavalid condition error plz helpusing CmpIn condition in aqObject.CheckProperty() gives Inavalid condition error plz help