Determines whether there is a next page to go to when paging is set to true.

This viper method also supports the extension viper syntax.

Syntax

Smartsite SXML CopyCode image Copy Code
boolean this.cangoforward()

Extension Viper Syntax

Smartsite SXML CopyCode image Copy Code
boolean page.<id>.cangoforward()

Parameters

This Viper method does not expose any parameters.

Return Value

Data Type Description
Boolean True if going forward is possible; otherwise, false.

Used in

Macro Description
Paging Paging macro. Holds state for paging through large datasets.
Can be used in combination with existing datatables to page through large datasets.
Use in combination with macros/vipers that return datatables.
SXML