The information in this article applies to:
SYMPTOMSThe display speed difference of WAIT WINDOW under Visual FoxPro 3.0 may be many times slower than under FoxPro 2.6a. When using the WAIT WINDOW command to display status data, such as within a loop, the overhead time in displaying and updating the WAIT WINDOW may be substantial and may degrade overall performance. WORKAROUNDUse SET MESSAGE to display text in the status bar. STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. MORE INFORMATIONThe following table illustrates the times to completion for the following code loops, all run on a Power Macintosh 9500/132. Each loop cycles 1000 times, with each pass displaying a string up to 9 characters in length:
NOTE: With different hardware or shorter string lengths, the disparity in
display speed between these two methods may not be as dramatic.
Sample Code
Additional query words: vfoxmac kbdse
Keywords : FxprgGeneral |
Last Reviewed: December 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |