Hi all,
I want to have unsorted XBROWSE in start and after that is it possible to activate or deactivate AUTOSORT
Something like:
oBrw:lAutoSort := .t. ; oBrw:Refresh()
or
oBrw:lAutoSort := .f. ; oBrw:Refresh()
Best Regards,
aSaveSort := oBrw:cSortOrders // aSaveSort is a static variable
oBrw:cSortOrders := nil
oBrw:cSortOrders := aSaveSort
avista wrote:Going good,
Thanks,
Just one more question,
Is it possible if remove autosort to return UNSORTED xbrowse and remove (ascending-descending) sort pointer on header ?
Best regards,
oBrw:cSorts := ""
oBrw:Refresh()
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 95 guests