Syncronized scrolling

  • Thread starter Thread starter George Nicholson
  • Start date Start date
G

George Nicholson

I have a form with 3 continuous-form subforms. Linkage is handled via code,
not Master/Child link properties.

The subforms are laid out vertically and all have values of 0 to 60 (think 1
record per minute or second), as well as additional fields.

Only one form is editable, so only that form has a vertical scroll bar. I
want this scroll bar to drive the other 2 forms as well. In other words, if
one form is scrolled so that 10 is the first visible record, how do I keep
the other 2 forms in sync so that their first visible records are also 10?

Any ideas appreciated. Working code earns you eternal gratitude.

TIA
 
George said:
I have a form with 3 continuous-form subforms. Linkage is handled via code,
not Master/Child link properties.

The subforms are laid out vertically and all have values of 0 to 60 (think 1
record per minute or second), as well as additional fields.

Only one form is editable, so only that form has a vertical scroll bar. I
want this scroll bar to drive the other 2 forms as well. In other words, if
one form is scrolled so that 10 is the first visible record, how do I keep
the other 2 forms in sync so that their first visible records are also 10?

Any ideas appreciated. Working code earns you eternal gratitude.


I think you can make use of this stuff:
http://www.lebans.com/SelectRow.htm
 
Back
Top