CDaoRecordset::CanScroll
Call this member function to determine whether the recordset allows scrolling.
BOOL CanScroll( ) const;
Возвращаемое значение
Nonzero if you can scroll through the records, otherwise 0.
Заметки
If you call Open with dbForwardOnly, the recordset can only scroll forward.
For related information, see the topic "Positioning the Current Record Pointer with DAO" in DAO Help.
Требования
Header: afxdao.h