Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cascading heirarchy drop down list timing problem
#3
Solved: 11 Years, 4 Months, 3 Weeks ago
How about a loop that constaintly checks for records in the dropdown to exists, waits if rowcount = 0

something like:
Code:
dim r
r=0
While r = 0
wait(5)
r = Browser("Browser").Page("Page").WebList("idType").GetROProperty("items count")
Wend

Might work....

PS: Properly formatted this time. I had to repost because I did not have rights to edit or delete my previous post.
Reply


Messages In This Thread
RE: Cascading heirarchy drop down list timing problem - by jsknight1969 - 10-10-2009, 12:29 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Compare second web list value according to the first web list value roselin6 1 2,893 10-07-2015, 09:14 PM
Last Post: supputuri
  Drop-Downs in excel sheet indianinworld 1 3,729 03-01-2011, 08:40 PM
Last Post: indianinworld
  How to do DP for a site with multiple heirarchy? viv_karthy 1 1,710 05-13-2009, 04:32 PM
Last Post: tarunpandey4@gmail.com
  Drop-down box mahadevan.swamy 5 4,394 11-03-2008, 12:47 PM
Last Post: amilar
  Unable to Record Drop down Menu and it's list items samuluru 3 4,449 07-02-2008, 01:48 PM
Last Post: nageshpv

Forum Jump:


Users browsing this thread: 2 Guest(s)