A sub routine needs to know if the active window is maximized and therefor needs the Cobol-Handle of the active window.
Can the sub routine get this handle with cobol tools or by calling a dll ?
Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
aw_muench please have a look at the documentation for the INQUIRE statement.
Format 1 - bullet 8:
The SYSTEM HANDLE phrase retrieves the host graphical system's handle that corresponds to the control and stores this value in system-handle....
Claudio Contardi
Lead Technical Support Specialist
Rocket Software, Italia
RocketSoftware.com
linkedin.com/rocket-software
That's the second step. But in order to "retrieve the host graphical system's handle that corresponds to the control" we need the cobol handle of that control. My problem is that the control (my window) was created in another program.
So my approach was somehow to get the cobol handle of the active window.
Or am I wrong ?