I have a database with 1 entry, this entry's attribute is set to
dmRecAttrSecret. The Palm memory info dialog shows me 1 entry, and
0 entries after setting Palm to "Hide secret entries". Seems to be ok
so far.
When I access the database with the program that created it, it doesn't
matter whether I open it with mode dmModeReadWrite or mode dmModeReadWrite |
dmModeShowSecret, DmNumRecords always returns 1 - in either case, and I can
access the record with DmGetRecord.
Doesn't an open mode without dmModeShowSecret hide secret records, or is the
program expected to skip them. Why is there an open mode dmModeShowSecret?
Ingo