Can't scroll with keyboard on a Grid (1.0) in a Frame
I have placed an Active.Controls.Grid into a frame along with some other controls and I can't use the keyboard scroll keys to scroll the grid. The create function seems to call
If I use the mouse to click on the grid first, the keyboard scrolling works but that doesn't meet the criteria. Keyboard-only access to the program is a requirement for me so any help would be appreciated.
'obj.setEvent("onkeydown",onkeydown);
' but I can't find a way to hook the frame body's onkeydown event to it. The grid doesn't seem to ever get the tab focus; while tabbing through the frames, first the entire frame is selected, then two input button controls that are in the form before the grid, then the next tab goes to the next frame.
If I use the mouse to click on the grid first, the keyboard scrolling works but that doesn't meet the criteria. Keyboard-only access to the program is a requirement for me so any help would be appreciated.
Bill Honaker
June 5,