Controlling table rendering

Table rendering can be controlled by the use of presentation styles and table attributes.

Current row rendering

By default, the current row in a TABLE is highlighted in display mode (DISPLAY ARRAY) but not in input mode (INPUT ARRAY, CONSTRUCT). You can set decoration attributes of a table with a presentation style of the Table class.

Table resize control

By default, tables can be resized in height. Use the WANTFIXEDPAGESIZE form file attribute to deny table resizing.

Current row visibility after dialog execution

When the dialog controlling the table has finished, the current row may be deselected, depending on the KEEP CURRENT ROW dialog attribute.