The IC1ReportRecordset type exposes the following members.

Methods

  Name Description
Public method ApplyFilter
Applies a filter string. See the RowFilter property for details.
Public method ApplySort
Applies a sort string. See the Sort property for details.
Public method BOF
Returns true if the cursor is pointing at the first record in the data source.
Public method EOF
Returns true if the cursor is pointing past the last record in the data source.
Public method GetBookmark
Returns the current cursor position.
Public method GetFieldNames
Gets a string vector with the names of each field in the data source.
Public method GetFieldTypes
Gets a vector with the types of each field in the data source.
Public method GetFieldValue
Gets the value of the given field at the current cursor position.
Public method MoveFirst
Moves the cursor to the first record in the data source.
Public method MoveLast
Moves the cursor to the last record in the data source.
Public method MoveNext
Moves the cursor to the next record in the data source.
Public method MovePrevious
Moves the cursor to the previous record in the data source.
Public method SetBookmark
Sets the current cursor position to supplied value.

See Also