Kbase 18308: Error 4123 with HIDE FRAME in EDITING block.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/8/1998 |
|
Error 4123 with HIDE FRAME in EDITING block.
Title: Error 4123 with HIDE FRAME in EDITING block
When porting Version 6 code to Version 7 or higher, it is possible
that an EDITING block might generate error 4123:
None of the widgets used in a WAIT-FOR statement are SENSITIVE. The
WAIT-FOR has been terminated. (4123)
One typical situation is an EDITING block where a frame is hidden
while another program is run. Upon returning to the main program the
EDITING block iterates or ends without re-VIEWing the frame.
The workaround is to VIEW the frame again before iterating or leaving
the EDITING block.
While this is indeed a problem when migrating code from Version 6 to
later versions, investigation into a possible fix resulted in a
determination that addressing the problem would cause too much
instability in other areas of event-handling. As a result, it is
requested that programmers use a VIEW statement to get around the
problem.