Chapter Contents

Previous

Next
Form Editor: _gotoPage

Form Editor: _gotoPage



Displays the requested page


Syntax
Details

Syntax

CALL SEND (form-id, '_gotoPage', page-num);

Argument Type Description
page-num
N specifies the page number to display. Valid values range from 1 to the maximum page count. Reserved numbers that perform routine actions are


-1 go to the first page


-2 go to the previous page


-3 go to the next page


-4 go to the last page


Details

A program halt occurs if the requested page is out of range (except for the reserved numbers listed in the previous table).


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.