With the change of the specification of the linker, when an application that is rebuilt in PowerCOBOL V11.0 or later is executed, the display position on the subform changes as follows.
An application (EXE) that is built in V10.1
In the case that the mainform is displayed on the secondary monitor, when the subform is to be displayed on the primary monitor, it is displayed on the center of the mainform.
An application (EXE) that is built in V11.0 or later
The subform is always displayed at the screen coordinates that are specified.
When only the DLL is rebuilt, it is the same specification as that of V10.1.
Action
If you need to let the subform be displayed on the center of the mainform, modify the application in the following way.
Specify the StartUpPosition to "1- Center of Mainform" properties of the subform
Remove the procedure about moving the screen coordinates if it exists.