Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 in Visual C++ Programmer's Guide. For related information, see the topic "Positioning the Current Record Pointer with DAO" in DAO Help.
CDaoRecordset Overview | Class Members | Hierarchy Chart
See Also CDaoRecordset::CanAppend, CDaoRecordset::CanBookmark, CDaoRecordset::CanRestart, CDaoRecordset::CanTransact, CDaoRecordset::CanUpdate, CDaoRecordset::Open