Hi,
Can't find any sample how to use native ::aSortBmp with xBrowse headers sorting ... Can you share with small sample ?
Regards !
Rimantas U.
Hi,
Can't find any sample how to use native ::aSortBmp with xBrowse headers sorting ... Can you share with small sample ?
Regards !
Automatic sorting works by simply adding AUTSORT clause to XBROWSE command in case of RDD,ADO,TDataBase,Array. We do not need to do anything more than including this clause in the command.
I am not sure about TDolphin.
nageswaragunupudi wrote:Automatic sorting works by simply adding AUTSORT clause to XBROWSE command in case of RDD,ADO,TDataBase,Array. We do not need to do anything more than including this clause in the command.
I am not sure about TDolphin.
Rimantas wrote:nageswaragunupudi wrote:Automatic sorting works by simply adding AUTSORT clause to XBROWSE command in case of RDD,ADO,TDataBase,Array. We do not need to do anything more than including this clause in the command.
I am not sure about TDolphin.
O, thanks Rao ! I forgot about AUTOSORT .
It is much simpler in xbrowse.
Multiple column sorting in xbrowse/ADO is to set oCol:cSortOrder := "LAST,FIRST"
AUTOSORT is working fine and with Dolphin