Disable full page while one popup open

Hello All,

I have developed SCADA with Popup page using metadata functions. I needed only one popup page at a time so set [PAGE]Windows = 2 and its working fine.

But now i want to disable full page command while popup page open. Means no operation should be done without closing popup page.

Does any one have any idea, how can i achieve it ?

Parents
  • I would use a WinNewAt() function to display the window, use mode 1 + 64 + 128 to open one unique child window which is always on top. You can remove the [Page]Windows parameter then. BTW The default value of this parameter is 50 in V2018. The workspace is using a lot of Windows.
Reply
  • I would use a WinNewAt() function to display the window, use mode 1 + 64 + 128 to open one unique child window which is always on top. You can remove the [Page]Windows parameter then. BTW The default value of this parameter is 50 in V2018. The workspace is using a lot of Windows.
Children
No Data