DISPLAY screen-name-1[UPON Tab-Control-Handle (Page-Index)][END-DISPLAY]
{ OMITTED }
AT LINE NUMBER Line-NumAT {COLUMN } NUMBER Col-Num{COL }{POSITION}{POS } WITH SIZE LengthWITH {BELL}{BEEP}{UNDERLINED}{HIGHLIGHT }{HIGH }{BOLD }{LOWLIGHT }{LOW }{STANDARD }WITH {BLINKING}{BLINK }{REVERSE-VIDEO}{REVERSE }{REVERSED }WITH {COLOR } Color-Val{COLOUR}{FOREGROUND-COLOR } IS Fg-Color{FOREGROUND-COLOUR}{BACKGROUND-COLOR } IS Bg-Color{BACKGROUND-COLOUR}SCROLL [UP ] [ BY Scrl-Num {LINE } ][DOWN] {LINES}OUTPUT {JUSTIFIED} {LEFT }{JUST } {RIGHT }{CENTERED}WITH {CONVERSION}{CONVERT }
{WINDOW }
AT LINE NUMBER Line-NumAT {COLUMN } NUMBER Col-Num{COL }{POSITION}{POS }{ERASE} SCREEN{BLANK}{REVERSE-VIDEO}{REVERSE }{REVERSED }WITH {COLOR } Color-Val{COLOUR}{FOREGROUND-COLOR } IS Fg-Color{FOREGROUND-COLOUR}{BACKGROUND-COLOR } IS Bg-Color{BACKGROUND-COLOUR}{HIGHLIGHT}{HIGH }{BOLD }{LOWLIGHT }{LOW }{STANDARD }{BACKGROUND-HIGH }{BACKGROUND-LOW } {BACKGROUND-STANDARD}[RIGHT ]
DISPLAY SCREEN SIZE {80 }[ NOT ON EXCEPTION statement-2 ][ END-DISPLAY ]
{ LINES Height }
AT LINE NUMBER Line-NumAT {COLUMN } NUMBER Col-Num{COL }{POSITION}{POS }{REVERSE-VIDEO}{REVERSE }{REVERSED }WITH {COLOR } Color-Val{COLOUR}[LEFT ][RIGHT ]
AT LINE NUMBER Line-Num AT {COLUMN } NUMBER Col-Num{COL }{POSITION}{POS }{REVERSE-VIDEO}{REVERSE }{REVERSED }WITH {COLOR } Color-Val{COLOUR}[RIGHT ]
{ GLOBAL WINDOW }
{INDEPENDENT}{STANDARD }{INITIAL }{DOCKING }{DOCKABLE }[ HANDLE IN Window-Handle ] {MODELESS}{MODAL }{BIND}{COL }{POSITION}{POS }{COL }{POSITION}{POS } {SIZE } [IS] {cell-units }{BLANK}{REVERSE-VIDEO}{REVERSE }{REVERSED }WITH {COLOR } color-val{COLOUR}{FOREGROUND-COLOR } IS fg-color{FOREGROUND-COLOUR}{BACKGROUND-COLOR } IS bg-color{BACKGROUND-COLOUR}{HIGHLIGHT}{HIGH }{BOLD }{LOWLIGHT }{LOW }{STANDARD }{BACKGROUND-HIGH }{BACKGROUND-LOW }{BACKGROUND-STANDARD}{ USER-COLORS }[RIGHT ]WITH SYSTEM MENUWITH NO SCROLL WITH NO WRAP{NO-CLOSE}{AUTO-RESIZE}{RESIZABLE }{POP-UP AREA IS } handle-name{HANDLE {IS} }{THRU }
DISPLAY MESSAGE BOX { Text } ...[ TITLE {IS} Title ][ TYPE {IS} Type ][ ICON {IS} icon ][ DEFAULT {IS} default ][ {GIVING } Value ]{RETURNING}
{ ENVIRONMENT-VALUE }
[ { UPON New-Window } ]{ UPON Grid-Handle (y, x) }[ HANDLE IN Control-Handle ]{ { Property-Name } [IS ] { [MULTIPLE] Property-Value [ LENGTH {IS} Length-1 ] [ GIVING Result-1 ] } } ...{ PROPERTY Property-Type } [ARE] { [TABLE ] {= } }{COL }{POSITION}{POS }WITH {COLOR } color-val{COLOUR}{FOREGROUND-COLOR } IS fg-color{FOREGROUND-COLOUR}{BACKGROUND-COLOR } IS bg-color{BACKGROUND-COLOUR}{BACKGROUND-HIGH }{BACKGROUND-LOW }{BACKGROUND-STANDARD}{THRU }
1.
2. ERASE and BLANK are synonymous.
3. BELL and BEEP are synonymous.
4.
5. LOWLIGHT and LOW are synonymous.
6. BLINKING and BLINK are synonymous.
7.
8. COLOR and COLOUR are synonymous.
9. FOREGROUND-COLOR and FOREGROUND-COLOUR are synonymous.
10. BACKGROUND-COLOR and BACKGROUND-COLOUR are synonymous.
11.
12. JUSTIFIED and JUST are synonymous.
13. CONVERSION and CONVERT are synonymous.
14. GIVING and RETURNING are synonymous.
15.
60. A Format 13 DISPLAY creates a new control and displays it either on the screen or within a GRID cell depending on the UPON phrase. A handle to the new control is returned in Control-Handle and is used in future references to the control.
61. control-class identifies the type of the control. See Controls Reference for the list of available controls.NOTE - When two screen items overlap, the display on the screen for the common character positions is determined by the second screen item specified within screen-name-1.
15. If the UPON clause is used, the destination Tab-Control must have the Allow-Container style. The screen will be bind to the specified tab and the runtime will show it when the tab is selected by the user.
20. Line and column coordinates can be specified between parenthesis soon after the DISPLAY word. This is a Microsoft COBOL extension and requires the -cms compile flag. In this case the UPON clause cannot be used.
77. If Handle-1 points to a subwindow, the parent window title is updated.
If the window is currently maximized or minimized, restores the window to its previous size and position; otherwise, it has no effect. Allowed only for windows that can be maximized or minimized.
B.
C.
E.
A.
B.
D.
"This is line 1", NEWLINE,
143. Since this statement causes the creation of a pop-up window, the CONTROL is supported only for documentative purposes. The wcb data item should be defined as follows:
accept omitted
accept omitted
if delete-answer = mb-yes
accept f-name from environment-value
| Copyright (c) 2017 Veryant |
| Contact us |
|
Please share your comments on this manual or on any Veryant product documentation with the email button at the top left |