xBrowse and bLClickHeader

Post Reply
User avatar
Maurizio
Posts: 826
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

xBrowse and bLClickHeader

Post 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
User avatar
cnavarro
Posts: 6557
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

Re: xBrowse and bLClickHeader

Post by cnavarro »

Dear Maurizio, try with

Code: Select all | Expand



         WITH OBJECT :oCol( 3 )
            :cSortOrder     := nil
            :cOrder         := nil
         END
 
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
User avatar
Maurizio
Posts: 826
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Re: xBrowse and bLClickHeader

Post by Maurizio »

It works

Thanks Navorro
Post Reply