A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

scrollbar tooltip?



 
 
Thread Tools Display Modes
  #1  
Old November 9th, 2006, 12:02 PM posted to microsoft.public.access.forms
Martijn van Meeteren
external usenet poster
 
Posts: 3
Default scrollbar tooltip?

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.


  #2  
Old November 9th, 2006, 04:02 PM posted to microsoft.public.access.forms
Van T. Dinh
external usenet poster
 
Posts: 1,048
Default scrollbar tooltip?

It is the CurrentRecord Property of the Form.

--
HTH
Van T. Dinh
MVP (Access)



"Martijn van Meeteren" wrote in message
. nl...
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.



  #3  
Old November 10th, 2006, 01:00 PM posted to microsoft.public.access.forms
Martijn van Meeteren
external usenet poster
 
Posts: 3
Default scrollbar tooltip?

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


"Van T. Dinh" schreef in bericht
...
It is the CurrentRecord Property of the Form.

--
HTH
Van T. Dinh
MVP (Access)



"Martijn van Meeteren" wrote in message
. nl...
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.





  #4  
Old November 10th, 2006, 10:08 PM posted to microsoft.public.access.forms
Van T. Dinh
external usenet poster
 
Posts: 1,048
Default scrollbar tooltip?

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

--
HTH
Van T. Dinh
MVP (Access)



"Martijn van Meeteren" wrote in message
. nl...
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




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:13 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.