|
||||||||||||||||||||
INSUFFICIENT MEMORY HELP ??????????????????????????????
|
Author | Message |
---|---|
![]() Under Foxpro 2.6 .and . windows 95, ressource memory low progressivly. If i French {*filter*}naute Philippe -- Philippe |
|
Sun, 30 Jan 2000 03:00:00 GMT | |
![]() |
|
![]() MS has put a kb article that may have some info for you. DOCUMENT:Q171047 07-JUL-1997 [foxpro] ====================================================================== - Microsoft FoxPro for Windows, version 2.6a SYMPTOMS Working programs in FoxPro 2.x fail with "Insufficient Memory" when The "Insufficient Memory" error message may also occur while in Filer CAUSE The current fast computers were not available for testing when FoxPro RESOLUTION At this time Microsoft does not have a good workaround; however, the 1. Upgrade the application to Visual FoxPro 3.0 or 5.0. 2. Turn off either CMOS cache (slow) or CMOS turbo mode (very slow). 3. Reduce the number of records to be displayed in the ListBox (under 4. Run the FoxPro applications (app) and executables (exe) on a slower STATUS Microsoft is researching this problem and will post new information MORE INFORMATION Use the Microsoft Knowledge Base at http://www.microsoft.com/kb to Steps to Reproduce Behavior The following is a reproducible case where FoxPro for Windows 2.x 1. Place the following code in a new program file. Save it as * Sample code to create and populate a large table to test your * Environment area. * Create a large table * NumRecords = the number of record to be put in the table. * Note using larger numbers can take a long time. * FOR LOOP to fill the table. CREATE SCREEN LarTable.scx NOWAIT 2. Add a ListBox object from the toolbar on the left of the screen. 3. Select the "From Field" radio button and type LarTable.Charval in 4. Type "MyList" in the Variable text box. Click OK to close the 5. Add a Push Button. Use "Close" as the prompt, Check the "Terminate 6. Generate and run the LarTable.spr screen. It should run without 7. It should fail with an "Insufficient Memory" error on most The code generally fails when the screen loads on faster machines. DELETE ALL FOR RECNO > 600 (c) Microsoft Corporation 1997, All Rights Reserved. Additional query words: foxwin fpw =========================================================================== THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS Copyright Microsoft Corporation 1997. |
|
Sun, 30 Jan 2000 03:00:00 GMT | |
Page 1 of 1 |
[ 2 post ] |