home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / database / 7876 < prev    next >
Encoding:
Text File  |  1992-11-16  |  1.8 KB  |  37 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!utcsri!torn!nott!bnrgate!bmers145!bmers3!jfile
  3. From: jfile@bmers3.bnr.ca (Jonathan File)
  4. Subject: Insufficient Memory error in dBase IV
  5. Message-ID: <1992Nov16.153726.19234@bmers145.bnr.ca>
  6. Sender: news@bmers145.bnr.ca
  7. Reply-To: jfile@bnr.ca
  8. Organization: Bell Northern Research, Ottawa, Canada
  9. Date: Mon, 16 Nov 92 15:37:26 GMT
  10. Lines: 25
  11.  
  12. I have a form that has about 35 gets and 35 says complete with
  13. parameters for range, error, message etc.  When the form is displayed,
  14. I get the "Insufficient memory, Press any key to continue" message.  Then
  15. I get the details of the GET line that gives me the trouble.  The thing is,
  16. that I have used the debugger to monitor the memory, and I appear to have
  17. lots.  memory() returns usually 89 or 90.  I can usually fix the problem
  18. when I remove some of the parameters on the GET that gives me the trouble 
  19. (but of course this isn't desirable).  Then when I add some more code
  20. (changes to/more GETS), I get the same message again, but on a different
  21. GET statement.  I am wondering if I need to allocate more memory to the
  22. buckets.  It originally had a value of 2 and I bumped it up to 3, but this
  23. didn't help.  Any suggestions?
  24. -- 
  25.          /                       / /
  26.         /                    ___/_/_
  27.        /  ___  _____    ___    / /__    ___  _____
  28.       /  /   )  /   )  /   )  / /   )  /   )  /   )
  29.  /   /  /   /  /   /  /   /  / /   /  /   /  /   /  __
  30. (___/  (___/  /   (__(___(__/ /   (__(___(_ /   (_  \/
  31. -----------------------------------------------------------------
  32. Jonathan File                            Bell-Northern Research 
  33.                   <insert standard       P.O. Box 3511, Station C
  34.                    disclaimer here>      Ottawa, Ontario
  35. jfile@bnr.ca                             Canada K1Y 4H7
  36. -----------------------------------------------------------------
  37.