How about a loop that constaintly checks for records in the dropdown to exists, waits if rowcount = 0
something like:
Might work....
PS: Properly formatted this time. I had to repost because I did not have rights to edit or delete my previous post.
something like:
Code:
dim r
r=0
While r = 0
wait(5)
r = Browser("Browser").Page("Page").WebList("idType").GetROProperty("items count")
WendMight work....
PS: Properly formatted this time. I had to repost because I did not have rights to edit or delete my previous post.

