TABLE.previousPage() (Method)

Part of the data binding mechanism that pages the table according to the contents of a database selection.

Availability:

JScript - 3.0
Internet Explorer - 4.0
JavaScript syntax:IEmyTABLE.previousPage()

When this method is called from your script, the data handler will load the previous group of records from the data source and display them in the table cells. The number of records fetched from the database corresponds to the dataPageSize property.

See also:TABLE.dataPageSize, TABLE.nextPage(), TABLE.refresh()