Hi,

Your script needs some more descriptions & modifications.

Here is the right script:

with window("text:=Flight Reservation")
.activate
.activeX("acx_name:=MaskEdBox").type "070707"
.wincombobox("attached text:=Fly From:").Select "Denver"
.wincombobox("attached text:=Fly To:").Select "London"
.winbutton("text:=FLIGHT").click
.dialog("text:=Flights Table").winlist("attached text:=From", "Window ID:=2001").select 1
.dialog("text:=Flights Table").winbutton("text:=OK").click
.winedit("nativeclass:=Edit", "attached text:=Name:").set "SutNarCha"
.winbutton("text:=&Insert Order").click
end with