Results 1 to 4 of 4

Thread: Recordset paging

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2000
    Location
    Pittsburgh, PA
    Posts
    149

    Question Recordset paging

    I am attempting to page through a recordset but it wount allow me to set the absolutepage. Any ideas?

  2. #2
    Lively Member
    Join Date
    Jan 2001
    Posts
    118
    Same problem here.

    But your recordset is empty (I got the same error when my recordset was empty)

    Try this where you set your absolute page.

    If Not Rs.eof then
    Rs.AbsolutePage = Page
    End If

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jun 2000
    Location
    Pittsburgh, PA
    Posts
    149
    I'm not getting an error it simply refuses to set the absolutepage to anything it just stays at one. the rs returns a page count of over 100 so the page and data should be there.

  4. #4
    New Member
    Join Date
    Jun 2001
    Location
    bucharest
    Posts
    5
    First look what type of recordset do you use(locktype) and if nothingelse wrong with your recordset sure that type of recordset dont accept your method.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width