John Mitchell wrote:
FieldType* fldP;Sorry - I'm fixed the problem now - I was trying to get the object in the StartApplication method - and the object hadn't actually been created.
FormType* frmP;
frmP = FrmGetActiveForm();
fldP = (FieldType *) FrmGetObjectPtr(frmP, FrmGetObjectIndex(frmP, displaySerial));
Sorry for bothering you.
Regards
John
--
For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
