Hello, I am a newbe and I am working on code trying to get my text field
saved into the db. The problem is coming up that when I do the following
code.
frm = FrmGetActiveForm();
fldIndex = FrmGetObjectIndex(frm, Form1Field);
then I pass it to
SaveData(FrmGetObjectPtr(frm, fldIndex));
I get a (void *) and not a (FieldType *) ?????
This example came from the memoPad example
all of the "savedata functions" I have come across show this to be the right
pointer type. So am I getting a void * because the db is not being created
correctly? If I take the function that saves the data, out, it compiles
correctly.
Thank you for your time reading this and any help would be much appreciated.
Johl J. Kennedy
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/