Uhm, Deleted records are gone, the data no longer exists, just the header
information for a conduit to remove it from the desktop right ?

I think you're hosed, unless I missed something.
-- 
Matt Disher
[EMAIL PROTECTED]


> From: "Matt Hebley" <[EMAIL PROTECTED]>
> Reply-To: "Palm Developer Forum" <[EMAIL PROTECTED]>
> Date: Fri, 5 Jul 2002 17:41:58 +1200
> To: "Palm Developer Forum" <[EMAIL PROTECTED]>
> Subject: Re: Accessing deleted messages
> 
> DmQueryRecord fails - I haven't looked at DmGetRecord
> 
> Here is the source for DmQueryRecord...
> 
> <snip>
> // Check the attributes and make sure it's not marked for deletion
> if (recordP->attributes & dmRecAttrDelete) {
> err = dmErrRecordDeleted;
>  goto ExitNoCheck;
> }
> </snip>
> 
> I wish you were right!
> 
> Matt
> 
> ----- Original Message -----
> From: "Steve Mann" <[EMAIL PROTECTED]>
> To: "Palm Developer Forum" <[EMAIL PROTECTED]>
> Sent: Friday, July 05, 2002 5:13 PM
> Subject: Re: Accessing deleted messages
> 
> 
>>> However, I want to read these 'deleted' records on the Palm, but am not
>>> allowed.
>> 
>> Why not? What are you using to try and read them? I believe that
>> DmQueryRecord and DmGetRecord will find those deleted records, while
>> DmQueryNextInCategory ( dmAllCategories) will not.
>> 
>> Regards,
>> Steve Mann
>> 
>> --
>> For information on using the Palm Developer Forums, or to unsubscribe,
> please see http://www.palmos.com/dev/support/forums/
>> 
>> 
> 
> 
> -- 
> For information on using the Palm Developer Forums, or to unsubscribe, please
> see http://www.palmos.com/dev/support/forums/
> 


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

Reply via email to