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.
Moves a specified number of records forward in the data source.
Syntax
public int nextPage(int pageSize)
Run On
Client
Parameters
- pageSize
Type: int
The number of records to skip.
Return Value
Type: int
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.