> 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.

John


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

Reply via email to