As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
New TIBCO Community Coming Soon
In early summer, TIBCO plans to launch a new community—with a new user experience, enhanced search, and expanded capabilities for member engagement with answers and discussions! In advance of that, the current myibi community will be retired on April 30. We will continue to provide updates here on both the retirement of myibi and the new community launch.
What You Need to Know about Our New Community
We value the wealth of knowledge and engagement shared by community members and hope the new community will continue cultivating networking, knowledge sharing, and discussion.
During the transition period, from April 20th until the new community is launched this summer, myibi users should access the TIBCO WebFOCUS page to engage.
I have a PDF report. On the report I've got a table with a few columns. I would like the table to display such that its' edges are along the left and right edges of the page (so that it takes up all of the horizontal space on the page, within the margins of course). By default it puts the table along the left side of the page with a gap along the right side of the table.
I've tried to change the WIDTH of a few columns, and the report with no success.
Also, in case this is important, I'm using a compound report.
Any suggestions? Basically, I would like to remove some of that white space. Oh, and centering the table won't work for me.
Thanks!This message has been edited. Last edited by: FP Mod Chuck,
TABLE FILE CAR
PRINT
CAR AS ''
COUNTRY AS ''
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
UNITS=IN,
PAGESIZE='Letter',
SQUEEZE=ON,
ORIENTATION=LANDSCAPE,
MARKUP=ON,
LEFTMARGIN=0,
$
TYPE=REPORT,WRAP=1,WIDTH=1,$
ENDSTYLE
END