AptToWonder
Programmer
Crystal reports 9.2.3.611,
RDC: CrViewer 9.2,
RDC: CRAXDRT 9.0
CrViewer shows no reaction to Up/Down keys.
Do the developers think that the mouse is the only input device in the world?
I'd like to see them explaining that to my users - operators who spend ten hours a day looking through hundreds of reports?!
What's wrong with the viewer?
By the way, I've tried to subclass the viewer window procedure and got nothing. I see no wm_keydown messages (just wm_keyup that are useless). They vanish somewhere before the window procedure. The last place I see the wm_keydown messages is a keyboard hook, but there are some difficulties to intercept the wm_keydown there.
RDC: CrViewer 9.2,
RDC: CRAXDRT 9.0
CrViewer shows no reaction to Up/Down keys.
Do the developers think that the mouse is the only input device in the world?
I'd like to see them explaining that to my users - operators who spend ten hours a day looking through hundreds of reports?!
What's wrong with the viewer?
By the way, I've tried to subclass the viewer window procedure and got nothing. I see no wm_keydown messages (just wm_keyup that are useless). They vanish somewhere before the window procedure. The last place I see the wm_keydown messages is a keyboard hook, but there are some difficulties to intercept the wm_keydown there.