01-04-2012, 11:00 PM
Can someone tell me which is the better statement?
or should I use:
and what the +/- for each statements?
Not sure how to better proceed.
thx
Code:
If Browser("Wisdom").Page("Wisdom IA").Frame("parent").Link("name:="& ReportName, "Visible:=True", "abs_x:="& absX, "abs_y:="& absY).Exist(0) Then
or should I use:
Code:
If Browser("Wisdom").Page("Wisdom IA").Frame("parent").Link("name:="& ReportName, "Visible:=True", "abs_x:="& absX, "abs_y:="& absY).GetROProperty("visible") Then
and what the +/- for each statements?
Not sure how to better proceed.
thx