pp108 : getPreviousDataset()

getPreviousDataset()


This method binds the previous set of business objects available in the client cache. If there are not enough records to be shown, it uses the application services cursor functionality and retrieves records, equal to the number defined in theiterator sizeproperty of the model.

The getPreviousDataset() method uses the previous type method of the model.

Syntax

Script ControlID.getPreviousDataset()


Example


This sample code demonstrates how the method can be used.

TableID.getPreviousDataset();

Applies to


Table, Groupbox, Tab Group

Related reference

getFirstDataset()
getNextDataset()
getMethodRequest()