Please enable JavaScript to view this site.

A-Shell Development History

1406.9

XTREE bug fix: double-click exits were in some cases leaving an extra event in the queue, causing the next tree to exit immediately. Problem believed to have been introduced since 1400, but not sure where.

1406.8.1

(experimental) Fix for problem with click events not getting cleared after first EVENTWAIT.

1406.8.2

Subroutine FTP2 now supports FTP/SFTP Remote Delete.

1406.7

Adjust display characteristics of INFLD checkboxes, radiobuttons, and disabled fields to match AUI_CONTROL versions of same controls.

1406.6

PDF-X Bug Fix: Email.Headers were broken in 1406.0. They were generating error messages in the ashlog.log, but otherwise were ignored.

1406.5

Runtime bug fix: X MOD 0 was causing A-Shell to crash. Now it returns BASIC error #10 (divide by zero), unless the DIVIDE'BY'0 statement was previously executed, in which case it returns 0.

1406.4

Internal work on support for new PDF-X drivers.

1406.3.1

INFLD/ATE bug fix - the prior fix (in 1405.6) didn't handle the case of right justified fields, which were losing the last character of the field.

1406.3.2

APEX custom extensions bug fix: Clicking on any of the custom extension toolbar buttons was causing APEX to crash. Problem was introduced in 1405.0.

1406.2.1

XTREE (server-side) bug fix: close a window of opportunity for an invalid memory reference (leading to SIGSEGV or GPF) in an obscure case where XTROP_REPLACE is used to replace an existing set of rows with an empty set.

1406.2.2

ATSD licensing refinement: ATSD now uses the ATE machine name, if available, as the console/device name as shown in SYSTAT/C. Previously it was using a name constructed from the ATSD service login and memory address, which was resulting hitting the license limit one node too soon in cases where some nodes had multiple instances.

1406.1

GDI printing bug fix/enhancement: //TEXTRECTANGLE (syntax two) now supports TRF_BOTTOM with multi-line (wrapped) text. Previously bottom alignment only worked with TRF_SINGLELINE; otherwise it reverted to the default top alignment.

1406.0

XTREE enhancement: New XTREE Field XTR'LEFTINDEX allows control of the horizontal scroll position on entering the tree.