> I have to store data in a table. Well, a table is a UI element, and doesn't really store data.
> My requirement is that only one column should be > visible and rest all columns should be invisible. > So basically I need to store strings in invisible > columns. I think what you'd really want to do is store your data in a database and display one string in the table. > for example > I have to store Employee Name and Employee ID > in the table > Employee Name will be the visible column and > EmployeeID will be the > invisible column. So when the user clicks on > a name, the program will read > the corresp onding Emp ID. You can associate an identifier with a table row (for exactly the purpose you describe) using the API TblSetRowID(). Check it out in the API reference and in the SDK source code samples. Hope this helps, Oliver __________________________________________________ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
