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.AbsolutePosition

rst.AbsolutePosition

Syntax

put=rst.AbsolutePosition
rst.AbsolutePosition=recordIndex

Gets

Integer
value that indicates the ordinal position of a Recordset object's current record or one of the PositionEnum values.

Sets

Integer
value to move to a record based on its ordinal position in the Recordset object.

Description

Sets or gets the AbsolutePosition property of the wrapped ADODB.Recordset object. Use the AbsolutePosition property to move to a record based on its ordinal position in the Recordset object, or to determine the ordinal position of the current record. The provider must support the appropriate functionality for this property to be available. Like the AbsolutePage property, AbsolutePosition is 1-based and equals 1 when the current record is the first record in the Recordset. You can obtain the total number of records in the Recordset object from the RecordCount property.

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