07-20-2009, 08:07 PM
Solution that you provided, didn't work.
Some how it is recording JavaWindow as just window.
When I tried:
If Window("text:=Import Vendor Inventory").Exist Then
Msgbox "True"
End If
This returns true.
Now when I try to add/spy on buttons on this window, it only identifies window and none of the component like button on it is recognised.
I am not sure whats missing.
Please help.
Some how it is recording JavaWindow as just window.
When I tried:
If Window("text:=Import Vendor Inventory").Exist Then
Msgbox "True"
End If
This returns true.
Now when I try to add/spy on buttons on this window, it only identifies window and none of the component like button on it is recognised.
I am not sure whats missing.
Please help.