[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Before, After, SkipLines, Need VooDoo.



... so I'm coding this report, cursing my lack of a good ODBC connection
all the while.
I'm trying to keep results in a GROUP BY on the same page, but I'm
getting things
like:
Group A
        (detail)
        (detail)
        (detail)
Group B
        (detail)
        (detail)
        (detail)
Group C
        (detail)
<newpage>
        (detail)
Group D

So far, every attempt at increasing NEED has met with failure.  The
documentation for
SQR v3 seems lacking in this respect.  I'm reading it to mean that each
group of detail lines
NEEDs a certain value, and if I don't have that many lines, make a new
page and start
printing.

What's the order of debugging operation for me?

-Chris