Scroll problem on Continuous Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I have a continuous form, which design with Header, Detail and Footer.

When the number of records are many, where the Detail area cannot display
all of them, I can navigate the records on Detail by both "Vertical Scroll
Bar" and "Mouse Wheel".

My problem is under the situation, when the number of records are less,
where there is an empty area on Detail. In this situation, when I use the
mouse wheel to scroll down, the first record will disappear, but when I
scroll up, the first record cannot be gotten back. I have to use the arrow on
vertical scroll bar to get it back.

Any idea to aviod this issue?

By the way, I don't want to disable the Mouse Wheel.

Thanks
Eddy
 
Eddy said:
I have a continuous form, which design with Header, Detail and Footer.

When the number of records are many, where the Detail area cannot display
all of them, I can navigate the records on Detail by both "Vertical Scroll
Bar" and "Mouse Wheel".

My problem is under the situation, when the number of records are less,
where there is an empty area on Detail. In this situation, when I use the
mouse wheel to scroll down, the first record will disappear, but when I
scroll up, the first record cannot be gotten back. I have to use the arrow on
vertical scroll bar to get it back.

Any idea to aviod this issue?

By the way, I don't want to disable the Mouse Wheel.


If you can tollerate the effect in other programs, you could
use the control panel to set the mouse scroll increment to
one record.
 
Marshall Barton said:
If you can tollerate the effect in other programs, you could
use the control panel to set the mouse scroll increment to
one record.

The issue still here even I change the setting in Control Panel.

Logically, if the Detail can display all records, it shouldn't display the
vertical scroll bar, or allow the mouse wheel functioning. But, it's not the
logic case right now...

Any idea to solve it?

Many thanks
 
The issue still here even I change the setting in Control Panel.

Logically, if the Detail can display all records, it shouldn't display the
vertical scroll bar, or allow the mouse wheel functioning. But, it's not the
logic case right now...

Any idea to solve it?

Hello there!

had the same problem yesterday :) I'd still prefer having it
continuous, but decided to go towards single form with my own
customised NextRecord and PreviousRecord buttons. Dunno if it's of any
use to you, but example is here:

http://bybikes.com/jpg/note2.JPG
http://bybikes.com/jpg/note1.JPG

Let me know if this was of any help to you

Morris
 
Eddy said:
The issue still here even I change the setting in Control Panel.

Logically, if the Detail can display all records, it shouldn't display the
vertical scroll bar, or allow the mouse wheel functioning. But, it's not the
logic case right now...


'C'est la vie

For what it's worth I see the mouse wheel scroll problem
more often in programs other than Access (probably because I
don't use the wheel as much in Access.)
 
Back
Top