Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get Current Row Position of Continuous Form

Status
Not open for further replies.

avarga82

Programmer
May 19, 2003
62
US
Help!! I need to get the current row number on a continuous form. I've been using the SelTop property to do so, but I also need to know how many records down it is from the visible top row. What I mean is, when you open a continuous form, and you click on the 5th row down, the SelTop is 5. If you scroll to the bottom of the form and click on the 5th row, it might be 150. I need to know the position of the VISIBLE records on screen, so no matter what record it is when you click the 5th one down, I want 5 returned. HELP!!!
 
NEVERMIND!! I found it! It's the CurrentSectionTop property.
 
Hi Avarga82

How did you implement the function that returns the record-number relativ to the topmost record displayed?

Thanks Simon
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top