|
|
The page array consists of the following:
The return from this routine defines which page is displayed next. The possible return values are:
[!Message][?warning name][+page name]If ``!'' is returned as the first character then the remainder is treated as an error message and displayed in an error dialog. The page resultng in the error remains displayed.
The ``?'' indicates a warning message needs to be displayed. The characters following the ``?'' are taken to be the name of the global warning array to be displayed. The next page to be displayed is determined by the okCB value in the global warning array.
The ``+'' indicates the name of the next page to be displayed. A ``+'' by itself indicates that the Wizard(exitCB) routine is to be called.