Hello,
        I have defined a structure, one of whose member is "Char * note". I
hope to store the information, I enter in the fields into this member.
However in order to do this, what I thought of was do a
StrCopy(RecordP->note,<FieldPtr>). I went through the source code for the
built in Address application. Here he seems to be updating the DataBase
header whenever there are any changes made to the field, instead of doing a
StrCopy like what I had thought. How does this work?? How and where does he
store the field information.

I am new to Palm programming and to this forum. Any help on this is greatly
appreciated. 

Thanks
Krishnan


-----Original Message-----
From: David M. Lasker [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 22, 2003 2:54 AM
To: Palm Developer Forum

Look at the source code for the built-in Address application for a good
example of how to implement notes. See the file in the SDK:

CodeWarrior Support\(CodeWarrior Examples)\Palm OS 5 SDK (68K) R2
Examples\Address\Src\addrnote.c
�
Above path will vary depending on which SDK version you have.
�
A warning about the above example: it uses resources for the note form and
other objects which are built into the OS; you will need to create your own
resources for your app.
�
Hope that helps...
�
Dave


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

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

Reply via email to