Hi. Since moving to PB 2019 from PB 12.5.2, our customers with multiple monitors are reporting seeing some issues.
Notably, they are running our MDI application on the secondary monitor, but certain windows such as response! windows are only opening on their primary monitor.
When I run the application compiled under 12.5.2, the response! windows appear on whichever monitor our application is running on.
It is frustrating for the client who doesn't realize our window appeared on the other monitor and is sitting there waiting for something to happen.
Has anyone seen this or is there any way for us to resolve it?
Here is an example call to open the window:
OpenWithParm (w_Search, lstr_PassedVars, lw_frame)
Thanks!