Hello ..

I'm fairly new to Palm programming so this question might really sound
stupid .. but currently I'm at a loss and dont know what to do.

My form has a table object with 11 rows and 3 columns. It has a previous and
next button which will just HIGHLIGHT the previous or next record being
displayed. What kind of table API do i require to do the highlighing of the
whole row ??

I'm trying TblSelectItem() but that will just select a cell from the table.
and if I do :

TblSelectItem(tablePtr, row, 0);
TblSelectItem(tablePtr, row, 1);
TblSelectItem(tablePtr, row, 2);

i guess every call to this method unhighlights the previously highlighted
cell .. so ......

any help on this is GREATLY appreciated.

Thanx
-Kshama





-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to