MouseWheel in FrxPreview
Hi,
how can I enable the mousewheel for scrolling up/down the previewpages in TfrxPreview ?
Kind regards,
Steffen
how can I enable the mousewheel for scrolling up/down the previewpages in TfrxPreview ?
Kind regards,
Steffen
Comments
see the programmers manual creating a custom preview.
thanks in advance
I'm looking at exactly the same thing ... anyone?
Set the onMouseWheelDown and onMouseWheelUp events from the form that holds frxPreview.
This works great on my reports (watch the -20 for down and 20 for up);