--- Andre Paim Lemos <[EMAIL PROTECTED]> wrote: > I am making a program for data aquisition, it has only two > fields as input (name and age). This two fieds are saved on > records and then transfered to the computer. > The main screen of my program display all fields already > got. The problem is that I want to show this fields order by > name. How can I order the records? I will have to get all > records of my application database and sort then into memory? > Is there a easier way to do that?
Maybe you will find it easier to store them in sorted order. __________________________________________________ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
