How to select item from Virtual Listbox

I have a Virtual listbox in my application. But i am not able to select any other values other than the first value while running the script. I have tried Getitem Method but seems like when running the script it says object does not support the method.Please suggest

Questions by Laxmi1884   answers by Laxmi1884

Showing Answers 1 - 3 of 3 Answers

Akshi Agarwal

  • Jul 4th, 2012
 

There is no need to use getmethod function. You can use any of the following 2 methods:
1. Prepare a datapool for all values listed in the list box and select Sequential run.
2. you can also correlate the values in the list box and save them in an array using ORD=ALL. Then use that array in your script as parameter.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions