07-05-2011, 07:52 PM
Quote:.Some times the values are coming from the datatable and it is suddenly disappears-At that time I am getting this dialog box,but there is no error
So I need to click ok.But that didn't come while I am recording
Since you are not sure when that dialog box pops up, just add that dialog into object repos and handle it in the script as
Code:
if dialog("dlgName").Exist(1)
'handle it like pressing ok button inside it
end if