Description
Goes back from the current page to the last page.
This function is effective only when the
canGoBack
parameter of the NavigationStateChanged event
is TRUE.
Applies to
Syntax
controlname.GoBack ( )
Return value
Integer.
Returns 1 if the function succeeds and -1 if an error occurs.
Examples
Integer li_rtn li_rtn = wb_1.goback()
See also