When a column in DCBROWSE has a multi line header, and has a SORT block, only the first line displayed in the header.
If I remove ther SORT block, it displays the header line correctly.
Code: Select all
DCBROWSECOL ELEMENT 1 HEADER 'File;Name' WIDTH 10 PARENT oBrowse ;
SORT {||ASort(aDir,,,{|a,b|a[1]<b[1]})} DEFAULT TOOLTIP 'File Name'
Best regards,
Zoltan