Syncronized scrolling

  • Thread starter George Nicholson
  • 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
 
M

Marshall Barton

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top