Nope
Progress doesn't have a record limiter, so if you want 10 records of a million record resultset, you get a million records. I believe you can set a limit to the size of a query resultset, but it still will process through the entire million record resultset, especially if you do sorting on the results that can't be processed via an index.
A limit SQL keyword would be nice, but I doubt it's going to happen.