Share via


CRecordView::IsOnFirstRecord

BOOLIsOnFirstRecord();

Return Value

Nonzero if the current record is the first record in the recordset; otherwise 0.

Remarks

Call this member function to determine whether the current record is the first record in the recordset object associated with this record view. This function is useful for writing your own implementations of default command update handlers written by ClassWizard.

If the user moves to the first record, the framework disables any user interface objects you have for moving to the first or the previous record.

CRecordView OverviewClass MembersHierarchy Chart

See Also   CRecordView::OnMove, CRecordView::IsOnLastRecord, CRecordset::IsBOF, CRecordset::GetRecordCount