CDaoRecordset::CanScroll

BOOL CanScroll( ) const;

Return Value

Nonzero if you can scroll through the records, otherwise 0.

Remarks

Call this member function to determine whether the recordset allows scrolling. If you call Open with dbForwardOnly, the recordset can only scroll forward.

For more information about navigating through recordsets, see the article DAO Recordset: Recordset Navigation in Visual C++ Programmer's Guide. For related information, see the topic "Positioning the Current Record Pointer with DAO" in DAO Help.

CDaoRecordset OverviewClass MembersHierarchy Chart

See Also   CDaoRecordset::CanAppend, CDaoRecordset::CanBookmark, CDaoRecordset::CanRestart, CDaoRecordset::CanTransact, CDaoRecordset::CanUpdate, CDaoRecordset::Open