Previous Next

IMMEDIATE-DISPLAY attribute

(Graphical interfaces only)
The frequency of screen updates for the current session.
Data type:
Access:
Applies to:
If TRUE, the AVM updates the display for every I/O operation, including DISPLAY statements. If FALSE, the AVM does not update the display until a statement blocks for input, such as an UPDATE statement. FALSE is the default setting. A TRUE setting provides more accurate screen displays during long display loops at the price of slower performance.
In Windows, this attribute has a similar effect on interactive I/O to setting the MULTITASKING-INTERVAL attribute to a low non-zero value, providing a more frequent display refresh. This attribute also provides the same functionality as the ImmediateDisplay parameter in the current environment (which might be the Registry (Windows only) or an initialization file). For more information on environments, see the chapter on user interface environments in OpenEdge Deployment: Managing ABL Applications.

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.