Multi line column header problem
Posted: Wed Feb 03, 2021 11:49 am
Hi Roger!
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.
I attached a test program, which display "File" in the header intead of the "File;name" in 2 lines.
Best regards,
Zoltan
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