1513.5 |
Bug fix, XTREE: in the ATE environment, updating a sortable tree from both the data and answer arrays using XTROP_REPLACE was in some cases resulting in duplicate rows or cell updates to the wrong rows. This effectively replaces earlier XTREE patches in 1421.2 and 1421.9 which failed to deal correctly with the scenario, and which actually expanded the scope of the problem to potentially affect non-ATE environments. Same patch as 6.2.1427.1. |
1513.4 |
APEX: further refinements to zoom/pan. Same as 6.2.1427.1. |
1513.3 |
Bug fix, XTREE: date/time sorting (cformat D and h) was not working. This was broken in 6.1.1365 during during the unicode conversion. Same patch as 6.2.1426.8. |
1513.2 |
Minor internal changes for Raspberry Pi compatibility. The Pi version yet doesn't support the REGEX, FCGI, USPS, and DYNLIB/LIBXL modules. |
1513.1 |
Bug fix, XTREE: close loophole responsible for intermittent bogus "Editable column count" error messages. Same patch as 6.2.1426.7. |
1513.0 |
New XTREE Advanced Coldef Option: MaskView=<mask>. This is identical to the existing Mask=<mask> option, except that the non-numeric mask characters (relative to the current LDF) are stripped from the editable fields returned in the answer array. This is most convenient when you plan to use the data returned from the tree in numeric calculations, where the mask formatting characters may interfere with the conversion from string to number. |