[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



Or you can use this include in the beginning of your SQR

#Include 'setup32.sqc'  !printer and page-size initialization -
LANDSCAPE 


Maria K Lindquist
mlindqui@uwc.edu
IS Programmer/Analyst - Business Office
University of Wisconsin Colleges
780 Regent St, PO Box 8680, Madison, WI  53708-8680
Phone: 608.265.2677 / Fax: 608.265.5770

-----Original Message-----
From: sqr-users-bounces+mlindqui=uwc.edu@sqrug.org
[mailto:sqr-users-bounces+mlindqui=uwc.edu@sqrug.org] On Behalf Of
Krishna Prasad Kommuri
Sent: Wednesday, January 05, 2005 10:03 AM
To: sqr-users@sqrug.org
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

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