Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Drop down box issue
#4
Solved: 10 Years, 10 Months, 1 Week ago
Try this
Code:
With .Frame("loginTopFrame_3")
       'Get the number of items in the weblist
       nCnt = .WebList("accSelect").GetROProperty("items count")
       For i = 1 to ncnt
           'Get Item
    sItem = Browser("Yardi Systems, Inc. -").Page("Yardi Systems, Inc. -").Frame("filter").WebList("chooseApp").GetItem(i)
    .WebList("accSelect").Select sItem
      Next

Reply


Messages In This Thread
Drop down box issue - by eroshan - 10-21-2009, 10:11 AM
RE: Drop down box issue - by Saket - 10-21-2009, 10:23 AM
RE: Drop down box issue - by eroshan - 10-21-2009, 10:37 AM
RE: Drop down box issue - by Saket - 10-21-2009, 10:54 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Drag and drop issue excellentpawan123 0 2,618 01-13-2015, 05:04 PM
Last Post: excellentpawan123
  Drop down list class is a link thotamurali 2 4,006 08-22-2014, 05:48 PM
Last Post: thotamurali
  Selecting values from drop down using QTP. prempujaripati 2 46,427 06-26-2014, 06:06 PM
Last Post: rasmirani
  issue in drag and drop excellentpawan123 0 2,229 05-15-2014, 04:36 PM
Last Post: excellentpawan123
  Drop Down menu loses value ATestani 2 2,414 01-28-2014, 10:04 PM
Last Post: ATestani

Forum Jump:


Users browsing this thread: 1 Guest(s)