DISPLAY UPON GLOBAL TITLE

Format 10

DISPLAY UPON GLOBAL TITLE changes the title of the application window in a graphical user interface, or the title of a floating window.

DISPLAY title-1 UPON { FLOATING WINDOW handle-1 } TITLE
                     { GLOBAL WINDOW            }

Syntax Rules

  1. Different formats of the DISPLAY statement may be mixed together in one DISPLAY statement, as long as no ambiguity results. The effect is the same as specifying each DISPLAY statement separately.
  2. title-1 is an alphanumeric literal or identifier that contains the new title.
  3. handle-1 is the handle of the floating window in which the new title is applied.
  4. If the UPON phrase is specified, it must be the first optional phrase.

General Rules

  1. DISPLAY UPON FLOATING WINDOW TITLE is used to change the title of the main application window or floating window. When you are changing a floating window's title, handle-1 identifies which window to change.
  2. The case of the title will be exactly as given in title-1.
  3. Alternatively, you can use the MODIFY verb to change a window's title.