problem with the function that selects multiple items - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: problem with the function that selects multiple items (/Thread-problem-with-the-function-that-selects-multiple-items) |
problem with the function that selects multiple items - vijay44 - 02-05-2010 Hi, I have written a function, which has parameters weblistname and value in the weblist. It works for every item in the weblist. I want to do multiple select what i am doing is Code: Call TypetoWebList("operatingSystems", "mac") RE: problem with the function that selects multiple items - Saket - 02-05-2010 hey Vijay44, it seems all the threads below are related to the same issue. Problem in selecting multiple items in the weblist problem in wrting function problem in implementing the keyboard inputs right? why are you creating multiple threads instead discussing it in the same? why dont you try the solution provided there in other post? do you need to test Ctrl up/down is working or not or you just need to select the multiple items? RE: problem with the function that selects multiple items - vijay44 - 02-06-2010 Hi, I am extremely sorry for opening multiple threads of the same issue, i will make sure that, i will not open multiple threads of the same issue. Regards; Vijay |