Roger,
I may have lost my notes on this, but on the dc_browsecol, sort option, how do you make the default order red so the user knows when opening it initially what the order is? In mine, it only changes when right clicked.
Thanks
Fred
dcbrowsecol
Re: dcbrowsecol
Don't you just have to put the DEFAULT clause after the SORT clause on the column that is the default?omni wrote:Roger,
I may have lost my notes on this, but on the dc_browsecol, sort option, how do you make the default order red so the user knows when opening it initially what the order is? In mine, it only changes when right clicked.
Thanks
Fred
Regan Cawkwell
Real Business Applications Ltd
http://www.rbauk.com
Real Business Applications Ltd
http://www.rbauk.com
Re: dcbrowsecol
Look at the function DC_BrowseSort().
The eXpress train is coming - and it has more cars.
Re: dcbrowsecol
Add the following to your DCBROWSE EVAL clause,
where :getColumn(x) = your desired sort browse column.
Rick
Code: Select all
EVAL { || PostAppEvent(xbeM_RbDown,{0,0},,oBrowse:getColumn(1):heading) }
Rick
Re: dcbrowsecol
I could not find anything relating to the DEFAULT option for the red in any docs, but that worked perfectly for my dc_browsecol and did what I wanted.
thanks
thanks