I decided to repost this for clarity purposes.

I have a table set up similar to the Expense application, and I need to load
data from a record and display it.  I believe this is done by setting a
function with:

TblSetLoadDataProcedure(foo, ..., ...);

My table rows are dynamic, and can be created and deleted.  The example
given in the Palm Programming O'Reilly book doesn't seem to meet my needs
because of this.  The best example I have is the Expense source code and it
isn't the cleanest thing to peruse.

I've accomplished reading from records by using a TblSetCustomDrawProcedure
function.  I just need a good example of how to use
TblSetLoadDataProcedure(foo, ..., ...); and TblSetSaveDataProcedure(foo,
..., ...); so I can save 2 fields (1 is numeric, 1 is a string) and display
them.

Any suggestions?  *continuing to hack away while waiting for a response :-)*

--

Tim Astle





-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to