Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
25
Need help on getcelldata and Columnmove option in swftree view using qtp10.0
posted

Hi,

 in our application we have a Swf tree view (grid view), as you see in the attached screenshot, we need to pull the data from the third column ie. the "Claimant", is it possible to pull the value. We tried the following code

set tree = swfwindow("window").swftree("tree")

tree.getcelldata("\Individual\name1\Activity\","Colum3")

and it tell to check whether the node is available or not

Is it possible to use the Columnmove function to move the third column to the first, since the first column retrives a balnk value.

thanks in advance