> 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
- Purging records problem bushi
- RE: Purging records problem John E. Christ III
- RE: Purging records problem Jason Garrett
- Re: Purging records problem Roger Chaplin
- RE: Purging records problem Robert McKenzie
- RE: Purging records problem Brian Mathis
- RE: Purging records problem Mitch_Fawcett
