Winlistview in UFT 11.5 - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others) +--- Thread: Winlistview in UFT 11.5 (/Thread-Winlistview-in-UFT-11-5) |
Winlistview in UFT 11.5 - jsknight1969 - 03-18-2013 This code worked fine in QTP10: Code: msgbox(VbWindow("X").VBWindow("Y").WinListView("ListView").GetSubItem(1,0)) In UFT 11.51, I get an "Unspecified Error". Any thoughts? RE: Winlistview in UFT 11.5 - sriramb - 04-12-2013 Hello, There seems to be some issue in Object hirearchy, please verify that. There can be difference in hirearchy, with QTP 10 and UFT 11.5. Please spy, you might find the answer. Thank you sriramb RE: Winlistview in UFT 11.5 - sumanpasupula - 11-11-2013 Hi Sriram, U just close the QTP and open it and try , it works . |