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
Code Snippet
# This code goes in a button to move to the last screen that used system.nav.goBack().
system.nav.goForward()
Keywords

system nav goForward, nav.goForward