FIX: Popup Has Limit of 399 BarsLast reviewed: September 22, 1997Article ID: Q101587 |
2.50
WINDOWS
kbenv kbprg kbfixlist kbbuglist
The information in this article applies to: - Microsoft FoxPro for Windows, verion 2.5
SYMPTOMSA popup in FoxPro version 2.5 for Windows has a limit of 399 bars. If 400 or more bars are defined, the error message "Insufficient Memory" will appear.
STATUSMicrosoft has confirmed this to be a problem in FoxPro version 2.5 for Windows. This problem was corrected in FoxPro version 2.5a for Windows.
MORE INFORMATIONThe following code sample demonstrates this problem:
DEFINE POPUP test from 1,1 FOR j=1 to 400 DEFINE BAR j of test PROMPT "test"+str(j) ENDFOR ACTIVATE POPUP test |
Additional reference words: FoxWin buglist2.50 fixlist2.50a 2.50
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |