I'm upgrading my code to support Palm OS 3.5. TblSetLoadDataProcedure is
not working correctly. I try to set my load function, but it is not
getting called. I know that OS 3.5 has changed the Word datatype to Int16,
and I made that change. Any other reason why my function wouldn't get
called? Here's a snippet.
Called like this:
TblSetLoadDataProcedure(aTblPtr, aCol, &Frm_Table_Hk_Load_Cell_Text);
Defined as a static function in a class:
static Err Frm_Table_Hk_Load_Cell_Text(void*, Int16, Int16, Boolean,
MemHandle*, Int16*, Int16*, FieldPtr);
Thanks,
-Guy
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
Problem with TblSetLoadDataProcedure in OS 3.5.
Guy Duplantier, AEC Software Thu, 28 Sep 2000 08:45:55 -0700
