The DataSource type exposes the following members.

Methods

  Name Description
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 at the last record in the data source.
Public method GetBookmark
Returns the current cursor position.
Public method GetFieldValue
Gets the value of the given field, at the cursor position.
Public method GetRecordSource
Processes the PARAMETERS clause in the RecordSource string and returns the result.
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.
Public method ToString
Returns a string representation of DataSource object.
(Overrides Object..::..ToString()()()().)

See Also