AMT Release Notes

AMT 23

Released: 29 Aug 2017.
For availability, please contact the Avanade Service Portal for information on downloading new releases.

Special attention items:

There are no special attention items for this release.

Product Cat Subcat Description Type Version Priority
AmtTools Debugger 315606 & 325679 When debugging a form or program the messages that were supposed to show in the debugger's messages tab didn't show. When debugging a form or program the messages that were supposed to show in the debugger's messages tab didn't show. The messages are now caught at runtime if the program or form is being debugged and shown in the debugger messages tab. AMT 23
Developer Various 324050 The crosshair on the painter to select an object is too large and should be removed The icon on the painter was too big. You couldn't select the item you wanted to select as they are too close to each other The cross hair is removed except for a shape, because it is hard to select if width or height is set to one pixel, and page control because this is a combination of controls and can therefore not be selected to move itself. AMT 23
Control Center Server Control 325207 Using Control Center in Firefox does not pass interrupt values. Due to a Firefox bug the interrupt value was not passed correctly. The known workaround in the code is used on the interrupt value. AMT 23
Runtime Jobs/Batches 325665 A queue with 2 batch controllers was scheduling a job double sometimes. A queue with 2 batch controllers was scheduling a job double sometimes. Now the first batch controller on a queue does the job scheduling. AMT 23
Runtime Jobs/Batches 325667 Improved handling of the BC error "No process is associated with this object.". The BatchController error "No process is associated with this object." at the end of a script could be displayed. Reading the exit code is not always allowed by .NET. Code can handle this error now better. AMT 23
Runtime Jobs/Batches 325668 Jobs were not started when there was no default queue. Jobs were not started from the comscript when there was no default queue defined in the ControlCenter. When starting a job through the  comscript (or job object in IDE) and you don't specify a queue now the queue defined at the job is used (unless the job doesn't exist where only the script file is specified) instead of the default queue which might not be set. AMT 23
Developer Various 318676 The application name in an undocked window is not shown When an item(program/subprogram/form/etc.) was undocked and then redocked somewhere other than the main tabpanel it was unclear what program/genset/etc. it was from. When the layout of the display is changed now it checks if the item that is changed is docked in the main tabpanel(the one with the Amt Enterprise Repository in it) if this is not the case than the program name and genset etc. is being shown in the title bar of that tab. AMT 23
Control Center Configuration 325645 ControlCenter transaction viewer didn't show field/values grid. CC transaction viewer didn't show field/values grid and the messages were not shown. Now these two tab show content again. AMT 23
AmtTools Debugger 325685 Cobol debugger not possible to set breakpoint on write/exit statement. In the Cobol debugger it was not possible to set breakpoint on write statement going to a printer. And not possible on some exit statements. Breakpoints can now be set on both of these during debugging. AMT 23
Developer Forms 324922 Shapes didn't copy when copying default screen. When an empty screen from a non-default language copied the default screen layout from the default screen the shapes didn't copy with it. Shapes now copy along with all other object the first time a languages screen is being opened. AMT 23
AmtTools Debugger C1702-072 After restarting a report a cryptic message was shown in output but the report did work. After restarting a report a cryptic message was shown in output but the report did work. This has been resolved. AMT 23
Runtime LionScreens 325699 C1708-042 SetFocus on an occurs editbox doesn't work correctly A setfocus an an occurs editbox did not work correctly This has been solved. AMT 23
Developer Code Logic C1708-043 Support for Classes with lists Classes didn't support lists as member Added support, Classes can have lists of standard types and other Classes AMT 23
Generator Various C1708-056 Cobol Report writer didn't support "CODE" option. Cobol Report writer didn't support "CODE" option. When "CODE" option it set the 2 character literal is now added before each print line. AMT 23
AmtTools Debugger C1702-073 Debugger froze on killing process. When double clicking the abort button and killing the process the debugger froze and gave an exception when the debugger itself was closed. Processes can now be killed in the debugger again without freezing. AMT 23