A list of products available on this site
Documentation for XtraMania's xtras
Prices and links to the online store
Xtras, PDFs, samples
Have a question? Ask us!
Contacts
Logo. www.xtramaina.com  
Home Search E-mail
ADOxtra Reference/rst.AbsolutePage

rst.AbsolutePage

Syntax

put rst.AbsolutePage
rst.AbsolutePage=pageIndex

Gets

Integer
value that indicates on which page the current record resides or one of the PositionEnum values.

Sets

Integer
value to move the current record to the first record of a particular page.

Description

Sets or gets the AbsolutePage property of the wrapped ADODB.Recordset object. Use the AbsolutePage property to identify the page number on which the current record is located. Use the PageSize property to logically divide the Recordset object into a series of pages, each of which has the number of records equal to PageSize (except for the last page, which may have fewer records). The provider must support the appropriate functionality for this property to be available. Like the AbsolutePosition property, AbsolutePage is 1-based and equals 1 when the current record is the first record in the Recordset. Set this property to move to the first record of a particular page. Obtain the total number of pages from the PageCount property.

Site homeSearchContact author © Eugene Shoustrov. www.xtramania.com