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

Re: [sqr-users] SQR - Issue



Subbu,

In SQR you can't retroactively reorder the pages of a report.  You would 
have to do something like this:

begin-program
do select_data_into_array
if #cart_before_horse
    do print_page_2
    new-page
    do print_page_1
else
    do print_page_1
    new-page
    do print_page_2
end-if
end-program

Good luck,
Eric

Santhanam, Subramanian (Cognizant) wrote:

> Hi,
> 
>             I am printing a running report.  I have a scenario that I
> should print in the previous page after printing in the current page.
> Is it possible?
> 
> 
> 
> 
>             Thanks in advance.
> 
> 
> 
> 
> Regards,
> 
> Subbu.
> 
> 
> 
> 
> 
> 
> This e-mail and any files transmitted with it are for the sole use of the 
>intended recipient(s) and may contain confidential and privileged information.
> If you are not the intended recipient, please contact the sender by reply 
>e-mail and destroy all copies of the original message.
> 
> Any unauthorised review, use, disclosure, dissemination, forwarding, printing 
>or copying of this email or any action taken in reliance on this e-mail is 
>strictly
> 
> prohibited and may be unlawful.
> 
>   Visit us at http://www.cognizant.com
> 
> _______________________________________________
> 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