PreviousActiveX Controls Guide (9.1 revision 1) Next

Retrieving Individual Records

Show this topic in Library frames

This section lists the properties, methods, and events which you can use to retrieve individual records.

Properties and Methods

Table 5-8 Properties and Methods for Retrieving Individual Records 
Property or Method
Description
Sets or returns the contents of a control's current record buffer.
Returns a record using its physical position in the file.
Returns a record by an exact match to the current index.
Returns the first record in the current index path.
Returns the first record greater than the current key value in the current index path.
Returns the first record greater than or equal to the current key value in the current index path.
Returns the last record in the current index path.
Returns the last record in the current index path containing a value less than the value specified for the key fields.
Returns the last record in the current index path containing a value less than or equal to the value specified for the key fields
Returns the next record in the current index path.
Returns the previous record in the current index path
Returns the total number of segments contained in the specified index of the file associated with the VAccess control.
Returns the current index number for the table associated with the VAccess control.
Sets the record to retrieve at the specified relative position along the currently selected index path in the associated table.
Returns the value of the physical position of the current record in the table associated with the VAccess control.
Determines whether the VAccess control will use DDF files for metadata or whether it will use internal states and/or persisted properties for metadata.
Returns the first record in physical record storage order.
Returns the last record in physical record storage order.
Returns the next record in physical record storage order.
Returns the previous record in physical record storage order.

Events

Table 5-9 Events for Retrieving Individual Records 
Property or Method
Description
Fires before any record operation takes place on the associated table.


Chapter contents
Publication contents

Prev topic: Inserting, Updating, and Deleting Records
Next topic: Optimization and Debugging