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

RE: [sqr-users] Wrap Command



All,

The following test program appears to work with wrap as stated in the original 
issue.  That is, the header is not getting overwritten when the PRINT with Wrap 
is at the end of the page.  The header area is untouched on each page of the 
output.

Begin-Heading 9
 Print 'This is my heading' (1,1)
 Print 'So there.' (7,1)
End-Heading

Begin-Report
 While (#Loop < 100)
  Print 'Now is the time for all good men to come to aid of their country' 
(+1,1) Wrap 25 5
  Add 1 To #Loop
 End-While
End-Report

Peter

-----Original Message-----
From: sqr-users-bounces+peter.burton=oracle.com@sqrug.org 
[mailto:sqr-users-bounces+peter.burton=oracle.com@sqrug.org] On Behalf Of 
Vaidyanathan, Ramakrishnan (GE, Corporate, consultant)
Sent: Monday, October 15, 2007 2:10 PM
To: This list is for discussion about the SQR database reportinglanguage from 
Hyperion Solutions.
Subject: RE: [sqr-users] Wrap Command

If am not wrong, Next-Listing could be used only in a Select Statement.
Iam using Print command.  

-----Original Message-----
From: sqr-users-bounces+ramakrishnan.vaidyanathan=ge.com@sqrug.org
[mailto:sqr-users-bounces+ramakrishnan.vaidyanathan=ge.com@sqrug.org] On
Behalf Of Don Mellen
Sent: Monday, October 15, 2007 1:47 PM
To: This list is for discussion about the SQR database reporting
languagefrom Hyperion Solutions.
Subject: Re: [sqr-users] Wrap Command

Check out using the NEXT-LISTING command for line advancement.  It has a
NEED= option to check for available space before printing and issues a
new-page if there isn't enough room.


On 10/15/07, Vaidyanathan, Ramakrishnan (GE, Corporate, consultant) <
ramakrishnan.vaidyanathan@ge.com> wrote:
>
> Hi Friends,
>
>        Iam using Wrap command in one of my sqr program. I have used 
> the wrap command with max of 100 char and line depth of 2. The problem

> is if the line is being written at the end of page, wrap causes it to 
> wrap to next line in the next page. So the headers gets over written. 
> Is there any way to restrict the line getting printed on top of 
> header? Ideally I would want it to be printed beneath the header.
> Please help
>
> Thanks
> Ram
>
>
> _______________________________________________
> sqr-users mailing list
> sqr-users@sqrug.org
> http://www.sqrug.org/mailman/listinfo/sqr-users
>



--
-----------------------------------------------------------------------
Donald Mellen  | Ray Ontko & Co. - Richmond, IN - http://www.ontko.com/
donm@ontko.com  |  "In the beginning, there was nothing, which exploded"
(Terry Pratchett)

_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users

_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users


_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users