Method DacPagedDataStore():scrollTo() Foundation

Fills the cache beginning with a specified record.

Syntax
:scrollTo( <xRecordID> ) --> lSuccess
Parameters
<xRecordID>
The parameter <xRecordID> specifies the first record to be loaded into the current cache page.
Return

The method returns .T. (true) when the current page of the cache is filled, otherwise .F. (false).

Description

The method :scrollTo() is used to synchronize the cache with the data source when the record pointer is moved outside of a DacPagedDataStore object. The record at the position<xRecordID> is loaded into the first row of the current cache page.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.