nextPage method

Displays the next page of records in the data set to which the table is bound.

Syntax

var retval = table.nextPage();

Parameters

This method has no parameters.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Standards information

There are no standards that apply here.

Remarks

The number of records displayed in the table is determined by the dataPageSize property of the table. You must set the DATAPAGESIZE attribute when designing the page, or set the corresponding dataPageSize property at run time for this method to have any effect.

Note  You do not need to check for boundary conditions.

 

See also

table

Reference

firstPage

lastPage

previousPage

Conceptual

Introduction to Data Binding