AMT Release Notes

AMT 147

Released: 06 Dec 2024.
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
AMT LION | AMT COBOL Control Center Various #78725

Screen 'Server Control' in the AMT Control Center showed the overview of users after a delay of 5 seconds.

This issue has been solved by improving the way user information is collected.
FIX AMT 147 MEDIUM
AMT LION AmtTools AMT Screens #85469

In AMT Screens, the '+' symbol could be typed in a numeric type Editbox, but on transmission of the form this caused an error.

This problem has been solved.
FIX AMT 147 MEDIUM
AMT LION | AMT COBOL Runtime Blazor Web Client #85472

The Blazor Web Client NoFramework now shows the caption of the form in the title of the browser tab. For LION, this means the AMT Control Center runtime configuration settings under 'Form appearance' also influence what is shown in the title. For COBOL and VS the form name is shown in the browser tab title.
NEW AMT 147 MEDIUM
AMT LION | AMT COBOL Control Center Various #85542

INC: 1205579

Within the AMT Control Center, 'Server control, it could take up to 5 seconds to switch to a different server (node), before the new information was shown on the left side of the screen.

The left side of the screen is now refreshed as soon as a different server (node) is selected.
FIX AMT 147 MEDIUM
AMT COBOL Runtime COBOL #85752

In EXEC DB2 SQL statements, the 'MIN' keyword was not understood.

The 'MIN' keyword is now handled correctly in the parser of the AMT Developer Studio.
NEW AMT 147 MEDIUM
AMT LION | AMT COBOL Control Center Security #85817

The problem of not being able to (de)activate components in the security tab of the AMT Control Center when special characters are used, has been solved.
FIX AMT 147 MEDIUM
AMT LION | AMT COBOL Runtime Blazor Web Client #85947

INC: 1253152

In the Blazor Web Client, negative Z-indexes were not used on Controls.

All Z-indexes are now allowed on controls in the Blazor Web Client; if the Z-index is -1, the Z-index from CSS is used.
For all controls in older migrations with a Z-index of -1, the default Z-index is set to 1000 in CSS.
CHANGE AMT 147 MEDIUM
AMT COBOL Runtime COBOL #85985

Generator performance for whole (large) COBOL applications has been improved.
CHANGE AMT 147 HIGH
AMT LION AmtTools AMT Screens #86009

INC: 1258708

In AMT Screens, focus would remain on the last accessed control after a transmit without a refresh() call.

Focus is now set to the first control when the form is initialized.
FIX AMT 147 MEDIUM
AMT LION AmtTools AMT Screens #86031

INC: 1260869

In AMT Screens, the shortcut description for a recorded macro did not show up in the Macro menu.

The macro the shortcut description is now shown.
FIX AMT 147 MEDIUM
AMT COBOL Runtime COBOL #86073

INC: 1259419

In AMT COBOL, attempts to update or delete the last (logical) record of a file would result in I/O exceptions.

The problem has been resolved.
FIX AMT 147 MEDIUM
AMT COBOL Runtime COBOL #86114

In AMT COBOL, the NOT keyword wasn't correctly handled in different comparisons. For example: nested comparisons, bracketed comparisons, and comparisons spreading over multiple lines.

More logic has been added to handle edge cases.
CHANGE AMT 147 MEDIUM
AMT LION | AMT COBOL Control Center Security #86127

INC: 1250975

In the AMT Control Center, some screens raised access errors if users were given fewer rights with Component activation.

Rights have been corrected so they are in line with the rights in the AMT Control Center Business Logic.
FIX AMT 147 MEDIUM
AMT LION | AMT COBOL Control Center Various #86132

INC: 1259510

Every 5 seconds, user data in CC > Applications > Server Control > Application Server > Users is updated without taking the sorting applied into account.

Now, after records have been updated, they are sorted by the sorting on the grid.
FIX AMT 147 MEDIUM
AMT LION | AMT COBOL Control Center Various #86138

INC: 1259900

In Server Control in the AMT Control Center, user information on the User tab is incomplete and incorrect.

The Com Server now returns correct data, and detailed info is now added by the AMT Control Center as the Com server does not have DB access.
FIX AMT 147 MEDIUM
AMT LION AmtTools AMT Screens #86178

INC: 1257307

In AMT Screens Listviews, setting font color at row level did not work.

Font color set at row level is now correctly applied for Listviews in AMT Screens.
FIX AMT 147 MEDIUM
AMT LION Runtime AMT Screens #86753

INC: 1268710

The issue of AMT Screens locking up when the RTQuery tab was navigated to, has been solved. This was caused by a synchronous invoke of the UI thread that should have been asynchronous.
FIX AMT 147 MEDIUM