09-15-2011, 06:36 PM
Ankesh,
You are verfy kind to stick with me on this. Sorry, I am trying to learn.
All three object variables for indicate <object> in the Variables list.
The ReportName equals WFI STATEMENTS BY WFA ACCOUNT (020/205) or WFI STATEMENTS BY WFA ACCOUNT (206) or the other 5 link names (which all currently run fine by using
Im not sure, but perhaps the Parens are causing the issue?
I have not tried on my currently working links, so I will.
again, thx for your help.
You are verfy kind to stick with me on this. Sorry, I am trying to learn.
All three object variables for
Code:
"Browser(ObjBrowser).Page(ObjBrowser).Frame(ObjFrame).Link(ObjLink).Click"
The ReportName equals WFI STATEMENTS BY WFA ACCOUNT (020/205) or WFI STATEMENTS BY WFA ACCOUNT (206) or the other 5 link names (which all currently run fine by using
Code:
"Browser("W").Page("WIA").Frame("parent").Link("name:="& ReportName, "abs_x:="&absX, "abs_y:="&absY).Click"
Im not sure, but perhaps the Parens are causing the issue?
I have not tried
Code:
"Browser(ObjBrowser).Page(ObjBrowser).Frame(ObjFrame).Link(ObjLink).Click"
again, thx for your help.