Trace will get lost if your code has structure issues (mismatched parens, for example)
I try to rstyle my code religiously (I do forget sometimes, and pay for it!) It is so easy to do now that there is no excuse. It your code passes the rstyle muster, then trace should be able to find any remaining problems. Dennis McGrath ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of George H Baker Sent: Saturday, January 10, 2009 11:34 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: -INTERNAL ERROR- Out of dynamic space Bill, As usual, you got my attention with the proper answer. I knew better, but I was relying on TRACE to identify the problem and Trace did identify, but would not tell me the location. R:Style did show the locations of some print setup violations concerning Zoom Percentage that I should no have been using with a +. Apparently RBase disregards this and keeps looking to the end of the file for a closing paren to end the line, thus the 10000 character or 400 line maximun violation and the Dynamic Space error. Many thanks to you for the reply to James. I hope that he has through this solved his problem also. Georgel ----- Original Message ----- From: Bill Downall<mailto:[email protected]> To: RBASE-L Mailing List<mailto:[email protected]> Sent: Saturday, January 10, 2009 10:20 AM Subject: [RBASE-L] - Re: -INTERNAL ERROR- Out of ynamic space James, Use R:Style to check the code in the eep. There is a chance that there is a missing closing quotation mark or parenthesis. Bill On Sat, Jan 10, 2009 at 11:06 AM, James W. Kim <[email protected]<mailto:[email protected]>> wrote: Hi I am starting to get "-INTERNAL ERROR- Out of dynamic space" error messages and was wondering if anyone might know the cure for it. My database is still on 6.5++ software. (The database itself was converted for use by 7.5. I just did not have chance to fully convert yet.) The computers run Windows XP sp 3. No Vista here. The error message pops up usually when I execute eep from a form or when a new row was added. I would greatly appreciate any pointers on what to look for. TIA - James -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. --- RBASE-L ================================================ TO POST A MESSAGE TO ALL MEMBERS: Send a plain text email to [email protected]<mailto:[email protected]> (Don't use any of these words as your Subject: INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH, REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP) ================================================ TO SEE MESSAGE POSTING GUIDELINES: Send a plain text email to [email protected]<mailto:[email protected]> In the message SUBJECT, put just one word: INTRO ================================================ TO UNSUBSCRIBE: Send a plain text email to [email protected]<mailto:[email protected]> In the message SUBJECT, put just one word: UNSUBSCRIBE ================================================ TO SEARCH ARCHIVES: Send a plain text email to [email protected]<mailto:[email protected]> In the message SUBJECT, put just one word: SEARCH-n (where n is the number of days). In the message body, place any text to search for. ================================================

