Please enable JavaScript to view this site.

A-Shell Development History

1318.0.1

New ASFLAG.SBR flag AF_ISAMNODUPERRS modifies the behavior of the ISAM-A CREATE'RECORD statement.

1318.0.2

GET.SBR Performance enhancement.

1318.0.3

Compiler edit 615 fixes a bug in DIMX (introduced in 611), and also fixes a problem with the /LI switch not working when the ++INCLUDE references a non-existent device.

1318.0.4

APEX refinement: the preview now returns to the originally displayed page after printing operations. This is more convenient that the old method when doing a lot of individual page prints in a single session.

1318.0.5

XTREE/ATE bug fix: line delimiters were being lost when editing multi-line cells.

1318.0.6

XTREE bug fix: close a loophole allowing memory corruption if the answer array was too small to hold all the data in the tree.

1318.0.7

XTREE enhancement: Advanced coldef option EnterGoto=# may now be set to 0 (EnterGoto=0) to cause the tree to exit on Enter, with exitcode = -48. If you don't like exitcode -48, you can use the syntax EnterGoto=##### where ##### is >= 10000, or <= -10000, in which case it will return with exitcode set to the specified value offset by 10000. For example, EnterGoto=10099 will return exitcode 99, while EnterGoto=-12500 will return exitcode -2500.

1318.0.8

XTREE fix/enhancement: Checkbox and radio button columns can now be sorted. Previously the attempt to sort did nothing (at best), or crashed the tree. The sort sequence is equivalent to the numeric values used to code the different variations of checked, unchecked, disabled, etc.

1318.0.9

XTREE refinement: The up/down arrows now navigate between uuM cells without requiring the CTRL key. Note that with uM cells, the up/down arrows would normally work inside the cell to scroll among the lines, but you can override that with the Advanced Coldef Option ScrollMode=Tree.