I am printing a report which is formatted as follows:
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
TYPE=REPORT , GRID=OFF,
UNITS=INCHES,SQUEEZE=ON,
PAGESIZE='Legal', LEFTGAP=0,
ORIENTATION=LANDSCAPE,
TITLETEXT='&TITLETEXT ',$
The report is printing on letter size, even though it says PAGESIZE=’Legal’ (I have also tried ‘LEGAL’ and just LEGAL without quotes.) Only thirteen columns can print on a page, and the fourteenth column is going onto the next page.
When viewing the pdf file, I can click on Print, then Properties, then Advanced, then select Legal paper. This will cause it to print on legal paper, but it still prints only thirteen columns on a page, and puts the fourteenth column on the next page. When it prints on legal size, it makes the print bigger.
Any ideas on how to get all fourteen columns on the same page?
Thank you : )
Eileen
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
TYPE=REPORT , GRID=OFF,
UNITS=INCHES,SQUEEZE=ON,
PAGESIZE='Legal', LEFTGAP=0,
ORIENTATION=LANDSCAPE,
TITLETEXT='&TITLETEXT ',$
The report is printing on letter size, even though it says PAGESIZE=’Legal’ (I have also tried ‘LEGAL’ and just LEGAL without quotes.) Only thirteen columns can print on a page, and the fourteenth column is going onto the next page.
When viewing the pdf file, I can click on Print, then Properties, then Advanced, then select Legal paper. This will cause it to print on legal paper, but it still prints only thirteen columns on a page, and puts the fourteenth column on the next page. When it prints on legal size, it makes the print bigger.
Any ideas on how to get all fourteen columns on the same page?
Thank you : )
Eileen