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 back (a positional change) in the data source.
Syntax
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.
Remarks
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.