Well, that made it to where it now retrieves the record in one big line. In
my name field, my record appears, truncating at the MAXCHARS parameter of
the name field. Nothing gets placed into the CallSign or Notes field.
Thanks for the help thus far!
Jeremy Cowgar - [EMAIL PROTECTED]
Christian Brotherhood Newsletter
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Luca
Sent: Wednesday, March 15, 2000 2:28 PM
To: Palm Developer Forum
Subject: Re: Basic Database Example
Maybe your problem is that you are unlocking your "rec" handle before you're
done using the unpacked ham. Since the ham struct consists of a few
pointers pointing to different places in your record handle, the handle
needs to remain locked to keep your pointers from becoming invalid. Call
MemHandleUnlock(rec) after displaying the alert and setting the fields'
text.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html