system.nav.goForward
note
This function was deprecated in 8.3. Use system.vision.goForward
instead.
This function is used in Python Scripting.
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().
Client Permission Restrictions
This scripting function has no Client Permission restrictions.
Syntax
system.nav.goForward()
Parameters
Nothing
Returns
Window - A reference to window that was navigated to. Refer to the list of window objects.
Scope
Vision Client
Code Examples
Example #1
# This code would go in a button to move to the last screen that used system.nav.goBack().
system.nav.goForward()