"Richard Burmeister" <[EMAIL PROTECTED]> wrote in message
news:53982@palm-dev-forum...
>
> > From: [EMAIL PROTECTED]
> >
> > We have read the docs and we have a question on how
> > o save the text in our field. This is our code.
> >
> > gDb=DmOpenDatabaseByTypeCreator(yourdbtype,yourapptype,dmModeReadWrite);
> > if(! gDb)
> > DmCreateDatabase(0,yourdbname,yourapptype,yourdbtype,false);
> > DmOpenDatabaseInfo(gDb,&theLocalID,NULL,NULL,&theCardNum,NULL);
> >
>
...
> Read all of the Palm docs (see
> http://www.palmos.com/dev/tech/docs/) and read two or three books on Palm
> programming, try to create programs that use their example code, and look
at
> the source code for the built in apps and try to understand how they work.
> Then maybe you'll have more luck writing your own apps.
>
Sorry for the late response, but I don't get to read
this group as consistantly as I used to.
People have frequently told "DrumBSF" to write the string
instead of the pointer, but I don't think anybody has told
him what that means. I'm not going to either. I will suggest
though that in addition to reading the Palm docs, that Drum
pick up a good introduction to programming with C/C++ book
or possibly take a class at a local community college. The
difference between a pointer and what it points to is basic
stuff, and it is not specific to the Palm platform at all.
--
-Richard M. Hartman
[EMAIL PROTECTED]
186,000 mi/sec: not just a good idea, it's the LAW!
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/