Yes you can use TblSetRowData to store an arbitrary 32 bit value (for 
example a record unique ID, or a pointer to memory), or TblSetRowID to 
store a 16 bit value (for example a record index). If you want to have an 
alphanumeric key, you can create the key (string) and store a pointer to it 
in the table. You have to clean up the memory allocated for your key after 
you have finished with the table row.

Matt

>   I am having one table with "Items" and "Description"
>as its columns. Now I want to show "Details" of item
>on a separate form when user taps on any cell of the
>table. For this I need to assign a uniqe key for each
>cell of the table. And when user taps on a cell I need
>to get this key for searching Database.
>   How can I do all this. What functions are there in
>API for this(Is it appropriate to use TblSetRowData
>and TblGetRowData, I would like my key as
>alphanumeric) Or is there any other logic available in
>case of tables?


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to