SET WINDOW OF COMMAND

From Recital Documentation Wiki
Jump to: navigation, search

Purpose

Specify the name of the window to use for entering commands


Syntax

SET WINDOW OF COMMAND TO <window-name>


See Also

ACTIVATE SCREEN, ACTIVATE WINDOW, APPEND, CLEAR WINDOWS, DEACTIVATE WINDOW, DEFINE WINDOW, HIDE WINDOW, MODIFY MEMO, MOVE WINDOW, RELEASE WINDOWS, RESIZE WINDOW, RESTORE WINDOW, SAVE WINDOW, SHOW WINDOW, SET COMMANDWINDOW, SET ERRORWINDOW, SET STATUS, SET TRACEWINDOW, SET WINDOW OF APPEND, SET WINDOW OF EDIT, SET WINDOW OF MEMO, WCOLS(), WEXIST(), WONTOP(), WOUTPUT(), WROWS(), WVISIBLE()


Description

The SET WINDOW OF COMMAND command designates a pre-defined window to be used as the command window. A window is an area of the screen designated for output and input. Windows are defined with the DEFINE WINDOW command, and are activated with the ACTIVATE WINDOW command. There is no limit to the number of windows you may define. The <window-name> is the name of the window as specified with the DEFINE WINDOW command.


Example

define window wComm;
  from 1,44 to 21,78;
  title "Command Window"
set window of command to wComm


Products

Recital