Micro Focus QTP (UFT) Forums

Full Version: How to retrieve a value from a table if the application is built in power builder.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am automating an application which is build in power builder.The automation work was going fine,until i faced this issue.
I am unable to retrieve a value from a table as the QTP is recognizing is as a Win Object and not as a Table.I tried Low Level Recording but in vain.I tried using RO properties to retrieve the x,y co-ordinates of each row but since different number of rows are present as a new table is created each time,so it didn't worked.Virtual objects also didn't work.
I have to use QTP 8.2 version only.
If you have any suggestions then it would be of great help.
I am also facing similar problem,did you get any solution to your problem?
I am testing a desktop application that has a table that contains details of each record(files)i.e.like name,id etc are different columns in the table.Each row contains details of one person. This entire table is recorded as an object and the details are feed to Global Data table each time i record it.Please suggest how i can retrieve data for each row ?