Make current row visible after sort in tables

FGLPROFILE Dialog.currentRowVisibleAfterSort controls the visibility of the current row after a sort in tables

Syntax:

Dialog.currentRowVisibleAfterSort = {true|false}

Usage:

The Dialog.currentRowVisibleAfterSort FGLPROFILE entry controls the visibility of the current row after a sort in tables

When this parameter is set to true, the offset of table page is automatically adapted to show the current row after a sort. By default, the offset is not changed and current row may not be visible after sorting rows of a table. Changing this parameter has no impact on existing code, it is just an indicator to force the dialog to shift to the page of rows having the current row, as if the end-user had scrollbar. You can use this parameter to get the same behavior as well known e-mail readers.