PROBLEM
When running a COBOL program on the server, while connected via RDP, the style of the title bar of the COBOL program can change and then the minimize button will stop working.
SOLUTION
This is caused because of the combination of using the RDP connection and having WIN32-NATIVECTLS disabled (set to FALSE).
There are 2 solutions:
- In the runtime configuration file set the following variable:
- Instead of connecting to the server via RDP and then running the COBOL program, run the program remotely using AcuConnect Thin Client. More information about AcuConnect Thin Client can be found here - https://www.microfocus.com/media/data-sheet/acuconnect_ds.pdf
#HowTo
#Information
#TipfromSupport