FormObjectSet.nextPage Method [AX 2012]

Moves a specified number of records forward in the data source.

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.

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.

Community Additions

ADD
Show: