SetNextPage
Mon 01 January 2018Syntax
SetNextPage(pagename)
Description
Use the SetNextPage function to specify the page name to which the user is transferred when selecting the NextPage ( ALT+6 and ENTER ) function or specifying it with the PeopleCode TransferPage function.
SetNextPage validates that pagename is listed on current menu. This selection is cleared when the user transfers to a new page.
Parameters
Field or Control |
Definition |
---|---|
pagename |
A String equal to the name of the page as specified in the page definition. |
Returns
Optionally returns a Boolean value indicating whether the function executed successfully.