GRID_BUTTONS_CAUSE_GOTO

This variable applies to graphical programs that include one or more paged grid controls. When GRID_BUTTONS_CAUSE_GOTO is set to 1 (on, true, yes) and a user clicks a scroll button on the side of a paged grid, the runtime checks to see if the grid has focus. If the grid does not have focus, the runtime gives the grid the focus, generating any events that result normally from that focus change. This usually means that a CMD-GOTO event is sent to the COBOL program. The default value for this variable is 0 (off, false, no).