system.nav.goForward
Description
When using the Typical Navigation Strategy, this function will navigate "forward" to the last main-screen window the user was on when they executed a system.nav.goBack() .
Syntax
system.nav. goForward()
-
Parameters
none
-
Returns
PyObject - The window that was returned to
-
Scope
Client
Code Examples
Code Snippet
#This code would go in a button to move to the last screen that used system.nav.goBack().
system.nav.goForward()