Hello Roger,
can you please check why the DCBROWSECOL SORT ... LEFTBUTTON has no effect when using
a DCBROWSE with SUBCLASS ?
Sorting in Header works only with right mouse button.
DCBROWSE subclass and SORT
-
- Posts: 484
- Joined: Wed Jan 27, 2010 10:25 pm
- Location: Berlin Germany
DCBROWSE subclass and SORT
_______________________
Best Regards
Wolfgang
Best Regards
Wolfgang
Re: DCBROWSE subclass and SORT
I would have to look at your subclass code.
You may be overriding the method that tests for the left button.
This is the code in _DCXBROW.PRG that enables left button usage:
Line 2836:
You may be overriding the method that tests for the left button.
This is the code in _DCXBROW.PRG that enables left button usage:
Line 2836:
Code: Select all
IF Valtype(::sortBlock) = 'B'
IF xOptions[6]
::heading:lbdown := _HeaderDown( oParent, self )
ENDIF
::heading:rbdown := _HeaderDown( oParent, self )
ELSEIF ::noResize
ENDIF
The eXpress train is coming - and it has more cars.