pp108 : getNextDataset()

getNextDataset()


This method binds the next 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 getNextDataset method uses the next type method of the model.

Syntax

Script ControlID.getNextDataset()


Example


This sample code demonstrates how the method can be used.

TableID.getNextDataset();

Applies to


Table, Groupbox, Tab Group

Related reference

getFirstDataset()
getPreviousDataset()
getMethodRequest()