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

RE: [sqr-users] Printing report in Landscape



I find I have to use different font sizes to help direct whether to use
landscape or portrait in addition to the paper size.  I see you
commented out font = 5.  We use Kyocera printers and our print page font
list says a font of 5 is for portrait but to use the same font but to do
it as landscape is a  22.  You might try something like that if just
changing the paper size doesn't work.

>>> murtym@hexaware.com 01/05/05 01:31PM >>>
Paper-size is the parameter that determines the layout size. Try with
something like (8.5,11) and see the result.
 
Murty ;)

        -----Original Message----- 
        From: Krishna Prasad Kommuri [mailto:kommuri@gmail.com] 
        Sent: Wed 05-Jan-2005 11:02 
        To: sqr-users@sqrug.org 
        Cc: 
        Subject: [sqr-users] Printing report in Landscape
        
        

        Hi All,
        Could anyone suggest me/give code for printing a report in
LANDSCAPE.
        I tried this code which gives the layout in landscape but while
        printing the report it is choosing potrait.
        
        begin-setup
          declare-layout default
             paper-size  = (11,8.50)
             orientation  = landscape
             top-margin   = 0.75
             bottom-margin  = 0.5
             left-margin  = 0.5
             right-margin = 0.5
             char-width  = 5
          end-declare
        !------------------------------------>I tried doing this but it
didnt
        work out !------------------------------------>so commented
these
        lines.
          !declare-printer default-hp
          !   point-size  = 5
          !   font  = 5
          !end-declare
          !declare-report land
          !   layout  = land1
          !   printer-type = hp
          !end-declare
         
        end-setup
        Ant help is appreciated.
        Thanks in advance.
        Bye
        
        _______________________________________________
        sqr-users mailing list
        sqr-users@sqrug.org 
        http://www.sqrug.org/mailman/listinfo/sqr-users 
        
        



NOTICE:  This e-mail is intended solely for the use of the 
individual to whom it is addressed and may contain information 
that is privileged, confidential or otherwise exempt from 
disclosure.  If the reader of this e-mail is not the intended 
recipient or the employee or agent responsible for delivering 
the message to the intended recipient, you are hereby notified 
that any dissemination, distribution, or copying of this 
communication is strictly prohibited.  If you have received this 
communication in error, please immediately notify us by replying 
to the original message at the listed e-mail address.  

Thank you.


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