03-10-2011, 09:56 PM
I am closing a java window ass follows and that generates error 424 - Object not found. The script find and closes the window just fine but I am puzzled as to why the error gets generated. Any ideas?
Thanlk you for any help with this.
Code:
JavaWindow("Order Ticket").Close()
If err.number <> 0 Then res = FinishErrorHandling(JavaWindow("Order Ticket"),action, curAction) End If
Thanlk you for any help with this.