12.4.21    HISFORW

Description:   Changes display in current window forward in the display stack retracing a series of HISBACK commands.

Syntax:

Tcl:               HISFORW

JScript :         HISFORW();

VB Script:       HISFORW

 

Argument:     none

Returns:        none

See Also:       HISBACK,  DAQPREV, GOTODAQ, GOTODAQ ALMGRAPH=, <GOTO>HISTORY

Changes display in current window forward in the display stack retracing a series of HISBACK commands.  At least one HISBACK command must have been issued. If there is no graphic in the stack or the current pointer is at the end of the display stack, the command does not change the display.  The display stack has a maximum of 100 displays.  Restarting the WebAccess Client or ViewDAQ clears the display history stack. This command will interact with the keymacros <HISFORW> and <HISBACK> and the similar tool bar keymacros.

 

Examples:      # tcl or VB

HISFORW

 

// JScript

 HISFORW();