At 06:52 PM 9/3/2002 -0700, you wrote: >Does using DmRemoveRecord change the record numbers of the existing records?
Yes. It won't change unique IDs, but it will change the index of existing records that have a higher index than the record you deleted, reducing them all by one. If you order your deletions to delete the highest indices first, then you won't have to worry about index changes, and the operations may be faster, since there the memory copies to reduce the size of the record table will be smaller. -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead Palm OS programming help @ www.palmoswerks.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
