FormObjectSet.nextPage(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Moves a specified number of records forward in the data source.
public:
virtual int nextPage(int _pageSize);
public virtual int nextPage (int _pageSize);
abstract member nextPage : int -> int
override this.nextPage : int -> int
Public Overridable Function nextPage (_pageSize As Integer) As Integer
Parameters
- _pageSize
- Int32
The number of records to skip.
Returns
A non-zero integer if the operation succeeds.
Remarks
This method is called when a user presses the PAGE DOWN key while he or she is in a form. The page size is then automatically calculated and used for the pageSize parameter. This method is overridden on the FormDataSource class.