I downloaded a small app called 'make_pdb'
It takes a text file with each line being a record.
You specify the creator ID and db filename in the parameters to 'make_pdb'.
I can't remember where I got it from. If you can't find it (and no one else
reponds with a URL) email me and I'll find the answ
I have a static char variable which I StrCopy data into from a db record. I
then pass this to TblSetItemPtr.
In my table callback (which only seems to get called after all my table
populating is complete) I use TblGetItemPtr to retrieve the data for
reformatting and drawing on the cell.
Unfortunat
I am using CW for Palm R6, SDK 3.1. Testing POSE 3.0a6, Palm V 3.1 ROM and on
a real device (m505, Palm OS 4.0).
I have a table with cells set to customTableItem type. I am trying to display
something like "15:34 f". I TblSetItemInt( 1534 ) and then TimeToAscii() this
to "15:34" in the callback fu