EDITOR-SHOW-ALWAYS = (0, 1) |
procedure division. ... modify screen-1-gr-1, data-columns = -1 | resets the list of values perform varying columnidx from 1 by 1 until columnidx > columncount modify screen-1-gr-1, editor-show-always = editor-vis-flag(columnidx) end-perform |
screen section. ... 03 screen-1-gr-1 Grid line 6.2 column 5.1 size 37.4 cells lines 15.5 cells id 1 event procedure screen-1-gr-1-evt-proc no-box column-headings row-dividers 1 heading-font Default-Font cursor-frame-width 3 num-rows 5 . ... procedure division. ... modify screen-1-gr-1 column-dividers ( 1 1 1 ) data-columns ( 1 9 17 ) display-columns ( 1 9 17 ) separation ( 5 5 5 ) alignment ( "U" "U" "U" ) data-types ( "X" "X" "X" ) editor-show-always ( 1 0 0 ) . ... |