NewRecord():
1) Find the Sort Position. (Not possible b'coz records are in encrpyted,
so How can I compare records? )
You could leave a bit of the record decrypted solely for the purposes of sorting. This is similar to Excel, for example. The type & length of each record are stored decrypted. Are you using the DmFindSortPosition() function? That would store the SortRecordInfo struct separate from the encrypted data, would it not?
Retriving 10 records and decrypting them takes a long time.
I don't know why it would be so slow. What type of encryption are you using?
--Nick
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
