fox26apgmr
Programmer
There are 4 windows (A, B, C, D) horizontally across the screen. Window D is active. I select a push button in window D that executes E.SPR. When the screen appears, it is partially hidden by window A. In debug mode I see window E is on top until the screen READ CYCLE command is issued and then window A is brought forward. The READ (before E.SPR is executed) is: READ CYCLE OBJECT 1 SHOW readshow() DEACTIVATE mult_item()
mult_item() checks: if WONTOP(A) then ACTIVATE WINDOW A and issue a read.
TIA, Joe
mult_item() checks: if WONTOP(A) then ACTIVATE WINDOW A and issue a read.
TIA, Joe