Posted By:
ravi_kanth
Posted On:
Friday, March 9, 2001 06:05 AM
Does anyone know how to make a JdbTable or JTable automatically start editing the next cell in a row, such that, the user does not have to keep clicking the selected cell to edit it? I've tried using editCellAt(sameRow,nextCol) unsuccessfully. I think it is being ignored because I was implementing it on the dataChanged Event of a Column inside a JdbTable, but the cell that changed was still being editted (stopping me from changing the edit "pointer"). Note: with JdbTable there is no access to TableColumns (you use the underlying query columns) I'am using Java 1.3, and JBuilder 4.
More>>
Does anyone know how to make a JdbTable or JTable
automatically start editing the next cell in a row,
such that, the user does not have to keep clicking the
selected cell to edit it?
I've tried using editCellAt(sameRow,nextCol)
unsuccessfully. I think it is being ignored because
I was implementing it on the dataChanged Event of a Column inside a JdbTable,
but the cell that changed was still being editted (stopping me from changing the
edit "pointer"). Note: with JdbTable there is
no access to TableColumns (you use the underlying query
columns)
I'am using Java 1.3, and JBuilder 4.
<<Less