978.0.1 |
When Launching A-Shell/Windows, A-Shell remembers the previous command line that launched it. |
978.0.2 |
Functions/Procedures bug fix: XPUTARG #,VAR was not working properly if VAR was locally of type B, while the remote copy was F,6. |
978.0.3 |
COMPIL.EXE 1.1.347 (and embedded version) fixes a problem with the use of overlays in MAP statements in functions and procedures. |
978.0.4 |
INFLD's V parameter may now also contain a name to assign to the INFLD control. |
978.0.5 |
You can assign a name to an XTREE control by adding the COLDEF clause "CtlName=name" to any column (where name is the name you want to assign). |
978.0.6 |
A new XTEXT field TXC'IDNAME has been added to the TXTCTL structure to allow specifying names for the parent and/or XTEXT control. |
978.0.7 |
When doing an FTP transfer, ATE now creates local directories as needed. Previously, if the local directory didn't exist, the transfer would fail. |
978.0.8 |
XTREE nows allows you to have more than one group of radio buttons per row. To accomplish this, add the new Group=# clause to the COLDEF definition for each radio button column. The default group is 0, so by default, all radio buttons are in the same group. If you want to create a second group of radio buttons, specify Group=1 for each of them. |