Subscriber portal
Moves a specified number of records forward in the data source.
public int nextPage(int pageSize)
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.