- | Not sortable. This is the default. |
X | Alphanumeric sorting, case-insensitive |
U, L | Alphanumeric sorting, case-sensitive |
9 | Numeric sorting, leading sign and current decimal-point used, all other non-digit characters ignored |
I | Integer sorting, leading sign used, all other non-digit ignored |
P | Positive integer sorting, all non-digit characters ignored |
D, E | Date sorting. Assumes three integer fields separated by one or more non-digit characters. Integers are year, month and day. Two-digit years less than 30 are treated as year 20xx while other two-digit years are treated as year 19xx. The default ordering of the fields is month, day, year if the current decimal point character is a point or period (.), otherwise the default ordering is day, month, year. You can explicitly specify the ordering by appending a three-character string enclosed by parenthesis, using Y, M and D to represent the year, month and day respectively. For example, D(DMY) is date order, with the date being in day-month-year order. Only MDY, DMY and YMD are currently valid. Alternatively a Java compliant format string can be specified instead of the three-character string. Refer to Data-Types for date and time for details about this format string. |
screen section. ... 03 screen-1-gr-1 Grid line 5.7 column 3.1 size 34.6 cells lines 15.5 cells help-id 5040 id 1 event procedure screen-1-gr-1-evt-proc boxed column-headings hscroll heading-color 200 heading-divider-color 12 cursor-frame-width 3 display-columns (1, 10, 20, 30) sort-types ("X", "-", "X", "-") num-rows 5 . |