PreviousActiveX Controls Guide (v10) Next

Accessing Fields in a Record

Chapter contents

This section lists the properties and methods which you can use to access fields in a record.

Properties and Methods

Table 5-5 Properties and Methods for Accessing Fields in a Record 
Property or Method
Description
Sets or returns a variant array containing information on the fields of the current table.
Sets or returns the total number of fields defined for the associated file.
Sets or returns the value of the field specified for the current record in memory or the current row of an extended fetch record set.
Returns the value of a field in the current record formatted using the specified format string.
Converts data stored in alphanumeric fields between ANSI and OEM character sets.


Chapter contents
Book contents

Prev topic: Data Dictionary Methods
Next topic: Inserting, Updating, and Deleting Records