> Am I correct in thinking that if attrP points to 0x0n,
> DmSetRecordInfo will set record's category to n???
Yes, but it'll also clear the other attributes (busy, etc). This is not
something you'd typically want to do, particularly because you aren't
allowed to use this function to modify the busy bit in Palm OS 4.0. Instead,
use DmRecordInfo to retrieve the attributes, then clear out the least
significant nibble, then OR in the new category nibble, and finally use
DmSetRecordInfo to store the result. See the sample code for examples.
> Yet again, there is no documentation of this feature...
The Reference doesn't mention it, but the Companion does. See Volume I,
Files and Databases, The Data Manager, Records and Databases, Figure 7.1
Record Attributes.
--
Danny @ Palm
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/