|
-
Jun 7th, 2001, 03:39 PM
#1
Thread Starter
Addicted Member
Recordset paging
I am attempting to page through a recordset but it wount allow me to set the absolutepage. Any ideas?
-
Jun 8th, 2001, 12:38 AM
#2
Lively Member
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
-
Jun 8th, 2001, 10:04 AM
#3
Thread Starter
Addicted Member
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.
-
Jun 10th, 2001, 10:01 AM
#4
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|