Hmm', "MDI", "DDI", what's D-next big thing?

 

I know, that's a real stretch for a laugh, but the mixed indenting
really is a good thing.

 

From: [email protected] [mailto:[email protected]] On Behalf Of Bill
Downall
Sent: Tuesday, January 13, 2009 9:31am 09:31
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: -INTERNAL ERROR- Out of dynamic space

 

lol.

 

I made Dennis change the name of one feature. What is now called "Mixed
Double Indenting" was once upon a time called "Downall Double
Indenting." That's where R:Style doubles the indent under certain key
words within a continued command:

 

SELECT +

    a, bunch, of, stuff +

  FROM table1, table2, table3, +

    table4, table5 +

  WHERE this = 'true' +

    AND that IS NULL +

    AND whateverelse +

ORDER BY this, that, theother

 

Bill

 

On Tue, Jan 13, 2009 at 10:24 AM, Dennis McGrath <[email protected]>
wrote:

Steve,

 

A very large number of the original nifty features of RSTYLE where
Bill's idea.

 

Dennis

 

________________________________

From: [email protected] [mailto:[email protected]] On Behalf Of Wills,
Steve
Sent: Tuesday, January 13, 2009 8:43 AM


To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: -INTERNAL ERROR- Out of dynamic space

 

I will agree, and add a perennial thanks to BillD, because, every time -
AND I MEAN EVERY TIME, AFAIK - he has ever advised me to dbl-chk
paren's/quotes/etc, he was right.

 

Thanks always,

Steve in Memphis

 

From: [email protected] [mailto:[email protected]] On Behalf Of Dennis
McGrath
Sent: Monday, January 12, 2009 10:59am 10:59
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: -INTERNAL ERROR- Out of dynamic space

 

George,

 

In our line of work we keep learning better ways every day.

 

Hey, I was in my early 40's when I found I needed RSTYLE.

The computer is far better at finding code structure oversights.

And it does it millions of times faster than we can, even we are 20 or
younger!

 

As far as file size goes, even a single SQL statement needs to be broken
down sometimes to find why it is erroring.  

 

Dennis

 

 

________________________________

From: [email protected] [mailto:[email protected]] On Behalf Of George H
Baker
Sent: Monday, January 12, 2009 10:28 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: -INTERNAL ERROR- Out of dynamic space

 

Dennis,

 

Again this proved to be a one digit error  which was in a 550 line file.
I could not see the trees for the forest and did see when I finally
broke the file down into shorter sections.

 

Once more, I learned the lesson shorter files work much better after
being moved into separate Custom Commands within the Group Properties
heading. This did solve the Internal Error- "Out of dynamis space".

 

Single quotes get easier to read in small bunches. To soon old (limits
proper seeing of small characters). Top late smart which has been my
problem at any age)

 

George

        ----- Original Message ----- 

        From: Dennis McGrath <mailto:[email protected]>  

        To: RBASE-L Mailing List <mailto:[email protected]>  

        Sent: Saturday, January 10, 2009 11:45 AM

        Subject: [RBASE-L] - Re: -INTERNAL ERROR- Out of dynamic space

         

        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]> 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]
                
                (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]
                In the message SUBJECT, put just one word: INTRO
                ================================================
                TO UNSUBSCRIBE: Send a plain text email to
[email protected]
                In the message SUBJECT, put just one word: UNSUBSCRIBE
                ================================================
                TO SEARCH ARCHIVES:
                Send a plain text email to [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.
                ================================================

                 

 

Reply via email to