Determining contents of scroll window

  • Thread starter Thread starter Stephen Haley
  • Start date Start date
S

Stephen Haley

I have a form with a scrolled subform. Is it possible to determine which
records are currently visible in the scrolled subform. IE the SF will only
display 12 records out of an average 36 how do you tell which 12 recs are
currently visible.
rgds
stephen
 
Stephen said:
I have a form with a scrolled subform. Is it possible to determine which
records are currently visible in the scrolled subform. IE the SF will only
display 12 records out of an average 36 how do you tell which 12 recs are
currently visible.


I think the GetSetSB procedures at www.lebans.com
demonstrate how to do that.
 
Back
Top