frame used in WAIT-FOR statement is not visible--(eB2-GUI)

Mokash

Member
Dear All,

When I take output on window, it is working fine, When I take output on any file it is working fine. But when I take output on printer , I am getting following error.

FRAME used in WAIT-FOR statement is not visible. WAIT-FOR terminated (2910).
run time error in wait for at line 3053(relative to expanded source) of
us/gp/gplu191.p(3269).


Please help me on this......
 
Seems to be a bug in the look up program, first just try recompiling it, should fix it. else check the program source. else redo the browse.
 
When I take output on window, it is working fine, When I take output on any file it is working fine. But when I take output on printer , I am getting following error.

FRAME used in WAIT-FOR statement is not visible. WAIT-FOR terminated (2910).
run time error in wait for at line 3053(relative to expanded source) of
us/gp/gplu191.p(3269).

This normally happens when you hide a frame. Before hiding the frame concerned, try an APPLY to force the WAIT-FOR to kick in, that way you can hide the frame without an error.
 
Back
Top