FormObjectSet.nextPage Method

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

Syntax

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.

Remarks

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.

See Also

FormObjectSet Class

FormDataSource.nextPage Method

FormObjectSet.next Method

FormObjectSet.prev Method

FormObjectSet.prevPage Method

FormObjectSet.first Method

FormObjectSet.last Method