Causing a browse header to open in 'sort' color.
Causing a browse header to open in 'sort' color.
I have a 'main' program which sets DC_BrowseSort(aSort) where the last element in aSort is the header background color (in my case GRA_CLR_RED) for all DCBROWSECOL objects which have a SORT clause. Is there a way to show a preselected header in DCBROWSE such that it already includes the up and down sort 'arrow' (i.e does not require a right click on the header to enable the arrow after the screen opens)?
Re: Causing a browse header to open in 'sort' color.
Use the DEFAULT clause of the SORT options of DCBROWSECOL.
The eXpress train is coming - and it has more cars.
Re: Causing a browse header to open in 'sort' color.
Hi Roger. Thank you very much. That was too easy. Fred