active_page

Sets the active page.

Available in:

Apps (win) Apps (char) Reportwriter RPC Standalone PL
X X      

Syntax

int active_page([page])
int              page

Description

When you have a window with too many elements to display at one time, you can group the displayed items into pages with identifying numbers. This function returns the value of the specified page. If you set a new page, the function displays the page and returns the new value. If you specify a page number that doesn't exist, the function displays and retutrns the last page possible.
page (optional) specifies a new active page.

Example

None.