Hello, I have an event that should highlight a row on a table by pushing a button on the same form.
Looks like this: TblSelectItem(table, row, column); Where I calculate the row and column values based on what was selected before the button event if anything. This does not highlight the indicated cell however. In fact, the only time I get the table to highlight a cell is with similar code inside the table event handler block . . . like: TblGlueSetSelection(table,row,column); So I put the TblGlueSetSelection both in place of, and beforethe TblSelectItem call, but to no avail. What am I doing wrong? Paul Gibson -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
