Edit Table scroll (OpenInsight 64-bit)
At 15 APR 2020 06:01:54PM Jim Vaughan wrote:
If you use the arrow keys to scroll horizontally in an edit table, once you get to the far right column, a right arrow takes you to cell one. Can you disable this so it doesn't go to column one?
Jim R Vaughan
At 15 APR 2020 08:26PM Carl Pates wrote:
Jim,
Jim do you mean that you just want to stay on the same row?
Thanks
At 16 APR 2020 02:20PM Jim Vaughan wrote:
Yes.
If I use the left arrow to move to column one it does not allow movement beyond column one. It doesn't wrap around to the last column. When using the right arrow to move to the last column and press right arrow once more it wraps to column one. I'd like it to stop at the last column.
Jim R Vaughan
At 16 APR 2020 02:22PM Jim Vaughan wrote:
I just noticed I said 64 bit. This is OI 9.4
Jim R Vaughan
At 20 APR 2020 09:31AM Carl Pates wrote:
Hi Jim,
There's no intrinsic switch to do this - unfortunately best I can think of for now is to trap the arrow key notification and move it back?
Regards
At 20 APR 2020 02:25PM Jim Vaughan wrote:
Thank you Carl, let me give that a try.
Jim R Vaughan
At 28 OCT 2020 04:14PM Jim Vaughan wrote:
FYI.
I fixed this by adding a extra 1-pixel wide column at the end of the table and then trapped poschanged event and if in last column force it back to next to last column.
Jim R Vaughan