Please enable JavaScript to view this site.

A-Shell Development History

1132.3.1

GDI printing bugfix: //TEXTINDENT,x,y was not resetting the internal line counter, thus leading to spurious page breaks when the number of lines output on a page was more than the nominal lines-per-page figure.

1132.2.1

XTREE bug fix: expand the bug fix in 1132.0 involving read-only editable to include all editable cells.

1132.2.2

PDFX Email.Type,4 refinement: the %TEMP%\smtp.log file is now automatically rolled over to smtp.001 when it reaches 10MB.

1132.2.3

APEX refinement: files with .exc extensions are treated as not requiring pre-processing (similar to .apf and .csv); this is something of a hack to support an exotic PRTXLS configuration where printfiles are generated in two forms, one "formatted" and one "tabulated" (with an .exc extension) and passed to APEX/PRTXLS in tandem. In such a case, the retention directory would have both the .apf (preprocessed version of the formatted printfile) and .exc, and if the user selected to re-preview the exc, we wouldn't want to replace the original formatted .apf.

1131.1.1

XTREE bug fix: 5.1.1132.0 was returning exitcode -51 for all non-keyboard (i.e. mouse) exits. (Major problem!)

1132.0.1

XTREE bug fix: clicking on a read-only editable cell was setting the XROW/XCOL return variables to the clicked-on cell, rather than on the cell that previously had the focus. (Bug was introduced in 5.1.1116.0)

1132.0.2

XTREE enhancement: New COLDEF clause may be used to define a set of characters that will force an exit from the tree.

1132.0.3

COMPILER bug fix (edit 424): ++EXTERN VAR,STRUCTNAME was effectively creating a local copy of all of the fields within the structure, rather that what was surely intended (i.e., a declaration of all the fields in structure as being available for external reference.

1132.0.4

AUI_MENU enhancement: to speed up a large sequence of menu operations over a slow ATE link, you can set the STATUS parameter to "" to eliminate the return of the status code. (Same idea as with AUI_CONTROL).