"John E. Christ III" <[EMAIL PROTECTED]> wrote:

> > Can anyone help find the error in the following code??
> 
> >             if (recP->completed = true)
> 
> I'd guess you want that to read:
> 
>               if (recP->completed == true)
> 
> Your version always evaluates to true.

And even more importantly, it tries to write to that database record 
without using a DmXXX function, a sure way to cause trouble for 
yourself.

--
Roger Chaplin
<[EMAIL PROTECTED]>

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to