>How do I find out if a record is deleted? In my app I have implemented a
>delete functionality that deletes the record and places it last in the
>database. (According to O-Reillys book 'Palm programming').

The data manager category functions (DmQueryNextInCategory, etc.) 
skip deleted records. You can use them with dmAllCategories to find 
everything except deleted records. To find out if a record you're 
looking at is deleted, use DmRecordInfo.

Regards,
Steve Mann
-- 
Creative Digital Publishing Inc.
1315 Palm Street, San Luis Obispo, CA 93401-3117
-------------------------------------------
805.784.9461              805.784.9462 (fax)
[EMAIL PROTECTED]       http://www.cdpubs.com

-- 
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