[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: SQR PRINTING
- Subject: Re: SQR PRINTING
- From: Charlie Dornbos <charlie.dornbos@GM.COM>
- Date: Tue, 7 May 2002 11:38:20 -0400
- Sensitivity:
What I have done for this problem is in each section of the report, I check
the #current-line
variable before I do the print. If a section or grouping won't fit on the page
left I force a new-page.
Only draw back is figuring out how many lines you need to set it for. Exp:
if #current-line >= 42
print '(See Next Page)' (+1,) center
new-page
end-if
chandrashekhar jinna <csjinna@YAHOO.COM>@list.iex.net> on 05/07/2002
10:46:15 AM
Please respond to sqr-users@list.iex.net
Sent by: "Discussion of SQR, Brio Software's database reporting
language" <SQR-USERS@list.iex.net>
To: SQR-USERS@list.iex.net
cc:
Subject: SQR PRINTING
SQR Printing
My report will print some groups of data. This group
contains 8 lines. But the no of lines depends on the
code, so it varies frm 1 to 8. I am separating each
group with a line '___________'.
My printing is not proper when it reaches the end of
the page ... I want to start the group in a new page
if the no of lines at the end are not sufficient to
print this group. I am trying to use the command
NextListing Skip lines ...but its not providing me the
required results.
Any ideas will be appreciated.
__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com