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

[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