Hello, I need to know how are the record indexes recalculated after DmRemoveRecord(): will the indexes always be in a continuous order? For example, I'm expecting this behavior:
Index|Object 0|MyStruct1 1|MyStruct2 2|MyStruct3 3|MyStruct4 ... DemRemoveRecord(db,2); Index|Object 0|MyStruct1 1|MyStruct2 2|MyStruct4 ... Thanks for help, BrownB -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
