--- Todd Cary wrote: > I am not certain as when to use > TblSetCustomDrawProcedure() and > TblSetLoadProcedure(). It appears that > if one is placing text into a table one > can use TblSetLoadProcedure(); however, > the DB demo uses TblSetCustomDrawProcedure(). > > Am I missing something here?
Yes. TblSetCustomDrawProcedure() tells the Table Manager to use a function that you define to draw table cells for a given column in the table. TblSetLoadDataProcedure() tells the Table Manager to use a (different) function that you define to load data for a column of table cells. TblSetLoadProcedure() is not part of the published Palm OS API. "draw" != "load" :) __________________________________________________ Do You Yahoo!? Find the one for you at Yahoo! Personals http://personals.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
