Cicode Programming Reference > Cicode Function Categories > Page Functions > PageForward

PageForward

If PageBack() is called, PageForward() will restore the previously displayed page in the window. PageForward requires PageBack to have been called and no other page display functions to have been called in between. Calling the display functions PageDisplay or PageGoto will remove the forward pages from the Page Navigation History.

Syntax

PageForward([iCount])

iCount:

Optional parameter to specify the number of pages to move forward. Default value is 1.

Return Value

No Error (0) on success. Bad handle specified (269) if current window handle does not correspond to a valid window. Invalid argument passed (274) if count is outside of allowable bounds.

Related Functions

PageBack, PageHistoryDspMenu, PageHistoryEmpty

See Also

Page Functions

Published June 2018