rafiqque
12 years agoOccasional Contributor
Cannot update PropertyGrid
I am trying to set a value of one of the items in property grid. This will have either true or false. By double clicking it will change values. I got this code from record and play. But win I put it in my script and run it is throwing error. "Value" is undefined and it is TypeError.
mConfigGrid.wItems("Stock Setup").DblClickValue("Stock Repairs Only");
I dont understand why when I run it from script it throws error whereas when I run the piece code generated by reocord and play doesnt.