Greg Sepesi schrieb:
Does a call to

        TblUnhighlightSelection(myTable);

just before

        TblSelectItem(myTable, 0, 0);

help?

Greg

J�rgen Wind wrote:

Hi,

I have the following question about tables:

If I select a row in an already loaded table, it works fine.

If I have to reload the table, then redraw and select a row, the row
will not be highlighted. I use the following code:

LoadTable(); // load table with new data, topmost is the wanted entry
TblRedrawTable(myTable);
TblSelectItem(myTable, 0, 0);

What am I doing wrong ?

Thanks,

Juergen




Hi Greg,

thanks a lot, it worked.

Regards,

        Juergen

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

Reply via email to