previousPage method

[This documentation is preliminary and is subject to change.]

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

Syntax

HRESULT retVal = object.previousPage();

Standards information

There are no standards that apply here.

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.

Remarks

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

Note  You do not need to check for boundary conditions.

See also

Reference

IHTMLTable2::firstPage

IHTMLTable2::lastPage

IHTMLTable::nextPage

Conceptual

Introduction to Data Binding

 

 

Build date: 6/12/2012