BOF Property

Object List Next Object

Defined By:
Dynaset

Description:

Indicates whether the current record is the first record in the Dynaset. If it is at the Beginning Of File (BOF), it is positioned before the first record.

Details:

Use BOF after using the MovePrev method to make sure you stay within the bounds of your underlying database as you move between records.

BOF is set to False only when you create or open a Dynaset that consists of one or more records. In this case the first record is the current record. BOF is True when the current record is the first record, and you use MovePrev. (Whenever BOF is True, there is no current record.) BOF and EOF are both True if there are no records in the Dynaset.


Setting Description


True Current record position is at the beginning of file.

False Current record position is after the first record.

Data Type: Integer (Boolean)

See Also:

EOF property, MovePrev property