Article # 461, added by Geoworks, historical record
| first |
previous |
index |
next |
last |
How to set a default selected row.
Q. How can I set a default selection row for a table? I have successfully managed to make a single cell be the default selection but never the row. A. Use MSG_TABLE_SELECT(tcl, (TRIT_ROW|TCF_START_SELECT)); "(TRIT_ROW|TCF_START_SELECT)" will tell it to select the entire row.