>DmNewRecord  requires a record number to be able to add a record at a given
>position. but say i dont have any records in a certain table...
>how do i find the index of the table so i can add a record to it?

The indices are a contiguous, sequential set of numbers starting at 
zero. If you don't have any records, if you add one, it will be put 
at index zero, regardless of the index you tell the data manager you 
want to put it at. You can request an index, but that doesn't mean 
you'll get the one you request.

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