Skip to main content
Version: Deprecated Pages

system.nav.goForward

Deprecated by system.vision variations in 8.3

This function was replaced with system.vision.goForward.

Click here to learn more about system.vision variations.

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()