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,
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 := niloBrw:cSortOrders := aSaveSortGoing 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,
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()