Hi!!!

I use the folowing code to set the record category:

DmRecordInfo(DbPtrF, Count, &attr, NULL, NULL);
attr &= ~dmRecAttrCategoryMask;         

//Check with category to Use
if (StrAToI(rp) >= TodayN)
        attr |= 0;              //Open
else
        attr |= 1;              //Closed
        
DmSetRecordInfo(DbPtrF, Count, &attr, NULL);

Now, i want to retrieve which category the record is.
How could i do this?
Thanks!!!

-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to