scrollbar tooltip?

  • Thread starter Martijn van Meeteren
  • Start date
M

Martijn van Meeteren

Hi there,
While using a continuous form and so having to deal with a scrollbar on the
form, in case of more records than can be displayed on one form, a tooltip
is displayed while using the scrollbar, indicating the number of the record
which is visible on top of the form. Is there a variable or constant to
which I can refer to in code which uses this specific number?

thx Martijn.
 
M

Martijn van Meeteren

This property sure gives the record which is current, but while scrolling
with the scrollbar you are changing only the visible part of your form and
not the current record, which can remain current even when not visible on
the screen. The tooltip next to the scrollbar gives me another number now
and while scrolling even a changing number, which is not the same as the
current record.

thx Martijn
 
V

Van T. Dinh

Sorry ... don't know how to get to that one. I believe the Scrollbar is
actually a Window control ...
 
Top