ID: Q101587
2.50 WINDOWS kbenv kbprg kbfixlist kbbuglist
The information in this article applies to:
- Microsoft FoxPro for Windows, verion 2.5
A 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.
Microsoft 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.
The 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
KBCategory: kbenv kbprg kbfixlist kbbuglist
KBSubcategory: FxenvMemory
Solution Type : kbfix
Last Reviewed: September 22, 1997