I've become confused about Attributes. I want to test if a record is in a Category.
The following does not work:
DmRecordInfo(pDB, pRecordID, &Attributes, null, null);
if ((Attributes && dmRecAttrCategoryMask) = CurrentTableCategory) {
<<Record is in Category>>
}
What is the proper test condition?
Blair Kingsland
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/
