> That brings up another question. Is it possible to > show the text in the list window but hold an id (pk > from the database) as the key to the entry? So when I > match the entry with another database, I can use the > id as cross reference to compare instead of text.
There is no built-in support to associate a key with the display entry. You'll need to either compare the text or use the index of the selected list item to determine your primary key. The latter one is what I'd recommend, especially when you think about translation of the displayed text. Oliver __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
