"DoEvents" equivalent in Forms 4.5

From: Michael Anderson <manders_at_mbnet.mb.ca>
Date: 1998/01/05
Message-ID: <34b0e8ce.1473351_at_news.mbnet.mb.ca>#1/1


[Quoted] [Quoted] Like YyWong (see "Cancel operation when procedure is running") I have the problem where I would like to implement a cancel button that can be used while a procedure is running. The problem is I could exit the loop if a condition changed, but Forms does not process any events until the trigger that is currently running is done. Visual Basic has DoEvents which passes control to the operating system, so that events such as pressing a cancel button or moving the form can be processed. Is there such a command or a way of implementing a similar thing in Oracle Forms 4.5? Received on Mon Jan 05 1998 - 00:00:00 CET

Original text of this message