FormObjectSet.prevPage Method [AX 2012]

Moves a specified number of records back (a positional change) in the data source.

public int prevPage(int pageSize)

Run On

Client

Parameters

pageSize
Type: int
The number of records to move back (a positional change).

Return Value

Type: int
A non-zero integer if the operation succeeds.

This method is called when a user presses the PAGE UP key while he or she is in a form. The page size is then calculated automatically and used for the pageSize parameter.

Community Additions

ADD
Show: