FormObjectSet.prevPage Method

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.

See Also

FormObjectSet Class

FormDataSource.prevPage Method

FormObjectSet.prev Method

FormObjectSet.next Method

FormObjectSet.nextPage Method

FormObjectSet.first Method

FormObjectSet.last Method