In AwareIM, when you display multiple records in a list (in a row), you use a Query which both selects which records to display (I.E. only customers in Florida, All Items, Backordered items, etc.) and Which columns (fields) to display.
When you right click on Queries and select "New Query" you are presented with a window where you can select which items to display. There are 2 ways to do this, (with 2 tabs displayed) Standard View and Textual View. In both you can control the sort order. In standard view, on the right, is a list of attributes (field) that you can check to sort by. In Textual view, at the end of your "FIND" statement, you enter ORDER BY Table.attribute. i.e. Order By Orders.itemID
Bruce