Re: Best way to store application data

2003-06-19 Thread Damien Carbery
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

Need help using TblGetItemPtr - getting wrong data

2003-06-19 Thread Damien Carbery
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

TblSetItemPtr sets one thing and TblGetItemPtr gets another

2003-06-16 Thread Damien Carbery
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