12-28-2010, 11:42 AM
GetROProperty needs the Property to retrieve from the object, you should pass the property like text, value etc to get the value from your winedit object. Window("Flight Reservation").WinEdit("Flight No:").GetROProperty("text") should work here.