We can freeze one or more columns on the left. There can be occasions when we need to freeze a column on the Right. Typical situations are the right most column is horizontal total of many detail-columns all of which can not fit the browse window.
From 16.04 it is possible to freeze one column on the right. This can be in addition to freezing columns on the left. All other columns scroll horizontally between the left and right freeze columns.
Usage is very simple:
oBrw:oRightCol := oCol
This can be cancelled or changed to another column at any time during run-time.
Sample:
Another use is to display contents of a column like photos or memos with full height on the right.
This requires just one statement:
oBrw:oRightCol:lFullHeight := .t.
and this can be toggled at runtime.