If DmNewRecord in called one of the following is happens: 1. DmNewRecord tries to create the record at given index recIndex=1 in this case, if there was no record in the database then this record is inserted at index 0 rather than 1 and recIndex in updated accordingly. 2. if the database contained some records say 'n' then the record is created (inserted) at given location < n and all subsequent records are shifted down.
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
