use of mouse scroll in my crystal report viewer

  • Thread starter Thread starter Reny
  • Start date Start date
R

Reny

Hi,
I am using VB.NEt 2003 Crystalreport viewer to show a report.But i could not
able to scroll with the mouse
can any on tell me how to do it? or any bug fix?

reny
 
Well, the first thing to do is to make sure your mouse drivers are installed
and up to date. I've seen several cases where the mouse wheel would work in
some programs but not others until the drivers were installed. (It happens
in VB 6 a lot!)
 
Zloth
it happens to be a bug with Crystal viewer control , that is what i read.So
we can extend the crystalviewer to handle OnMousewheel or handle Mousewheel
event under the crystal viewer control,so that Pagecontrol will get the
focus.What i did was i handled it in the mousewheel event.

Thanks

Reny
 
Back
Top