I'm newbie in PB world, using PB9.
May background is VB6 using lots of third-party activex
components.
How to navigate DW via keyboard ?
I means, I can navigate it likes MS-EXCEL, or others GRID
Components.
Able to navigate POINTER to LEFT, RIGHT, UP, DOWN, by
[ENTER]/[TAB], [LEFT ARROW], [RIGHT ARROW] keystroke.
Can do Smart-Scrolling when Column is activate.
or All of you accept the "standard-behaviour" comes from PB
?
What is your general-practice for DW Navigation without
using MOUSE ?
Please advice & show me how to code it
Regards,
Steven
Regards,
Dave Fish
Sybase
PowerBuilder Blog:
http://powerbuilderevangelist.blogspot.com/
That means you have face to automatic-scrolling when the
column is focused (DW can be freeform, tabular).
But DW GRID style seems no problem in navigate via keyboard.
Regards,
Steven
Does this datawindow you are trying to navigate have any columns in
the tab order?
Do you want to see the row that has focus even though no fields are
editable?
Do you want that black selection thingy on a grid datawindow to move
around via the keyboard?
We don't really know what you want yet.
If you want them to be able to use the arrow keys to navigate it is a
bit trickier because the left and right arrow keys allow them to
navigate the characters in the column they are in. You can capture the
up and down arrow keys in the DataWindow control's key event and use
SetColumn and SetRow functions to change focus.
Regards,
Dave Fish
Sybase
PowerBuilder Blog:
http://powerbuilderevangelist.blogspot.com/