User interface programming / Table views |
Table rendering can be controlled by the use of presentation styles and table attributes.
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.
By default, tables can be resized in height. Use the WANTFIXEDPAGESIZE form file attribute to deny table resizing.
When the dialog controlling the table has finished, the current row may be deselected, depending on the KEEP CURRENT ROW dialog attribute.