07-18-2013, 05:24 PM
Hi
I'm getting error for the below line
With error message as below :
Cannot find the "MaskEdBox" object's parent "Fax Order No. 11" (class Dialog). Verify that parent properties match an object currently displayed in your application.
Could some one help me in solving this issue.[/align]
I'm getting error for the below line
Code:
Window("Flight Reservation").Dialog("Fax Order No. 11").ActiveX("MaskEdBox").Type "11111111111"
Cannot find the "MaskEdBox" object's parent "Fax Order No. 11" (class Dialog). Verify that parent properties match an object currently displayed in your application.
Could some one help me in solving this issue.[/align]