07-10-2010, 06:25 PM
I am not sure if this issue has been resolved. But here is another solution we tried and it works great.
Prior to the Select method, have the following code
Thanks MV
Prior to the Select method, have the following code
Code:
SiebelApplication("XYZ").SetTimeOut(10)
On Error Resume Next
SiebApplication ......Select "....."
On Error Goto 0
Browser()....Dialog().Click
Thanks MV