Please enable JavaScript to view this site.

A-Shell Development History

1382.6.1

INFLD refinement: If the drop-down list of a combo-box would extend beyond the right-most display monitor, it is now truncated at the right monitor edge and a horizontal scroll bar added.

1382.6.2

PDFX Email Type 4 enhancement: The Email.SMTP.UseSLL option can now be set to 2 to invoke the StartTLS protocol. The port should be set to 25 or another non-encrypted port; the connection starts out in un-encrypted mode and then negotiates a change to TLS encrypted mode. This change is actually implemented in ASHNET.DLL 1.6.140 and no actual change to ASHW32.EXE was needed.

1382.6.3

PDFX Email Type 4 refinement: In response to occasional undiagnosed reports of emails being sent without the PDF attachment, error checking has been enhanced in ASHNET.DLL 1.6.141 and the SMTP log file will will indicate if there was any problem with the attachment.

1382.5

XTREE bug fix: The previous patch had a side effect of garbage characters appearing in certain editable cells after opening and closing a secondary tree and then reloading the original one.

1382.4

XTREE bug fix: close a memory corruption loophole related to creating a new tree when another already existed, and then closing the new tree and using the vertical scroll bar in the original tree. Was causing a GPF.

1382.3

XTREE bug fix: close a UNICODE-related loophole which was allowing a stack overflow and subsequent GPF) to occur, related to the use of List{X} cells.

1382.2

XTREE refinement: check for illegal XTR'SHOWROWHDR value and if so, reset. This was mainly a workaround for an application bug.

1382.1

SORTIT.SBR / BASORT.SBR refinement: existing order of records with equal keys now preserved. Was upset by previous patch.

1382.0

SORTIT.SBR / BASORT.SBR bug fix: when using the natural sort, if the record size and key size were the same, and there was no trailing null in the key, it was possible to get an incorrect sort order.