Page 1 of 1

xBrowse and bLClickHeader

Posted: Thu Oct 14, 2021 9:48 am
by Maurizio
Hello RAO
I have an xbrowse with AutoSort: = .t. and bLClickHeader on some columns.
Is it possible not to execute setorder on columns that have bLClickHeader?
Regards Maurizio

Re: xBrowse and bLClickHeader

Posted: Thu Oct 14, 2021 11:24 am
by cnavarro
Dear Maurizio, try with

Code: Select all | Expand



         WITH OBJECT :oCol( 3 )
            :cSortOrder     := nil
            :cOrder         := nil
         END
 

Re: xBrowse and bLClickHeader

Posted: Fri Oct 15, 2021 7:13 am
by Maurizio
It works

Thanks Navorro