spaces between column in pdf
spaces between column in pdf
(OP)
Hello.
I try to get a format pdf report, but the columns have some space between them and some columns are displyed in a second page.
How can I reduce the width of the columns in order they match in only one page?
I have tried the wrap attribute, but it reduces the size of the data, nevertheless the spaces between columns are allways the same.
Thanks
I try to get a format pdf report, but the columns have some space between them and some columns are displyed in a second page.
How can I reduce the width of the columns in order they match in only one page?
I have tried the wrap attribute, but it reduces the size of the data, nevertheless the spaces between columns are allways the same.
Thanks
RE: spaces between column in pdf
ON TABLE SET ORIENTATION LANDSCAPE
ON TABLE SET STYLE *
TYPE = REPORT, SQUEEZE=ON, SIZE=7, FONT=ARIAL, $
ENDSTYLE
RE: spaces between column in pdf
RE: spaces between column in pdf
RE: spaces between column in pdf
Also, try reducing the margins on each side of the page, possibly by setting the stylesheet margin parameters, for example, to: UNITS=CM, PAGESIZE=A4, LEFTMARGIN=0.10, RIGHTMARGIN=0.10
RE: spaces between column in pdf
RE: spaces between column in pdf
TYPE=REPORT, ORIENTATION=LANDSCAPE, SIZE=8, FONT='COURIER',GRID=OFF,RIGHTGAP=0.03, LEFTGAP=0.03,$
TYPE=HEADING, STYLE=BOLD, SIZE=8, $
---------------------------------------
The customer may not always be right, but the customer is ALWAYS the customer.