I have the following problem:
There are two Browse-Windows (window1 und window2) and a third with controls
(window3).
Depending on active browse-window (selected by user) the program should
activate or deactivate the controls in window3 and make any other things.
The three windows are controlled by "READ CYCLE MODAL WITH
window1,window2,window3".
I can only check the leaving/activating of window3 by a "DEACTIVATE/ACTIVATE
f_deact/f_act" in READ, but it's not possible for window1 and window2, why not.
Any solutions are welcome
Ina