Causing a browse header to open in 'sort' color.

This forum is for eXpress++ general support.
Post Reply
Message
Author
fbaker
Posts: 20
Joined: Sun Mar 14, 2010 11:07 am

Causing a browse header to open in 'sort' color.

#1 Post by fbaker »

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)?

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Causing a browse header to open in 'sort' color.

#2 Post by rdonnay »

Use the DEFAULT clause of the SORT options of DCBROWSECOL.
The eXpress train is coming - and it has more cars.

fbaker
Posts: 20
Joined: Sun Mar 14, 2010 11:07 am

Re: Causing a browse header to open in 'sort' color.

#3 Post by fbaker »

Hi Roger. Thank you very much. That was too easy. Fred

Post Reply