> From: Priti
>
> Is there any way by which I can sort the records
> starting with the third record onwards (index 2).
> I want to completely ignore the first and second
> records. Is this possible or has anyone implemented it?
>

The easiest thing to do would be to use 2 databases.  Put record #1 and
record #2 in one DB and put everything else in the other DB.  Then you can
easily sort the second DB without touching the first DB.


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to