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
Maurizio
www.nipeservice.com
www.nipeservice.com
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
WITH OBJECT :oCol( 3 )
:cSortOrder := nil
:cOrder := nil
ENDIt works
Thanks Navorro