> My SaveDate routing writes one record into the
> database but the actual form fields (code and notes)
> and the bitmap are not saved with the record. Where
> did I do wrong? Thanks much.

this has been discussed many times before. and, the
basic of your problem is your saving bmpP, which is
a 32 byte integer (address location).

you need to save a bit more than that.

and, it gets tricky. on pre OS5, you can just save
the buffer pointed to at bmpP (header + bits). on 
OS5, you need to save the header and, seperately 
save the bits (as, they are not part of the bmpP 
memory structure). 

search the archives, its all been discussed to
death before (look for signature).

---
Aaron Ardiri                           [EMAIL PROTECTED]
CEO - CTO                                              +46 70 656 1143
Mobile Wizardry                         http://www.mobilewizardry.com/

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

Reply via email to