I am new to QTP, I recorded the sample Flight Reservation application. When I try to insert the standard checkpoint, it shows the error. Here is my script:
Window("Program Manager").WinListView("SysListView32").Activate "Flight"
Dialog("Login").WinEdit("Agent Name:").Set "jojo"
Dialog("Login").WinEdit("Agent Name:").Type micTab
Dialog("Login").WinEdit("Password:").Set "mercury"
Dialog("Login").WinButton("OK").Click
Window("Flight Reservation").Close
Please let me know if anyone else is facing the same problem.
Screenshot of error:

