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.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
Hi I am using the Border to alignment in HTML ... It is working fine for Heading and the data separtely .... But i want Entire Report to be boared .... how to achive this one?
Thanks in AdvanceThis message has been edited. Last edited by: Kerry,
TABLE FILE CAR
SUM
DEALER_COST
RETAIL_COST
SALES
BY COUNTRY NOPRINT
BY SEATS
HEADING
"SALES REPORT FOR COUNTRY <COUNTRY"
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE HOLD FORMAT HTMTABLE
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
UNITS=IN,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
$
TYPE=REPORT,
GRID=OFF,
FONT='TIMES NEW ROMAN',
SIZE=10,
COLOR='BLACK',
BACKCOLOR='NONE',
STYLE=NORMAL,
$
TYPE=HEADING,
JUSTIFY=CENTER,
$
TYPE=REPORT,
COLUMN=N6,
WRAP=8.000000,
$
TYPE=REPORT,
COLUMN=N7,
WRAP=8.000000,
$
ENDSTYLE
END
-RUN
-HTMLFORM BEGIN
<HTML><BODY>
<TABLE STYLE='border-style: solid; border-width: 2px;'><TR><TD>
!IBI.FIL.HOLD;
</TD></TR></TABLE>
</BODY></HTML>
-HTMLFORM END
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007
This still leaves a big pile of extra material on the left and right-hand sides of the report in the output. Is there a way to have the border actually match the edge of the background color for the report? This seems like a pretty basic piece of functionality that I can't figure out how to make happen.
J.
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007
If its static report, then try OBJECT=BOX or OBJECT=LINE with DHTML output.
TABLE FILE CAR
SUM
DEALER_COST
RETAIL_COST
SALES
BY COUNTRY NOPRINT
BY SEATS
HEADING
"SALES REPORT FOR COUNTRY <COUNTRY"
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT DHTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
UNITS=IN,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
$
TYPE=REPORT,
GRID=OFF,
FONT='TIMES NEW ROMAN',
SIZE=10,
COLOR='BLACK',
BACKCOLOR='NONE',
STYLE=NORMAL,
$
OBJECT=BOX, POSITION=(0.20 0.25), DIMENSION=(3.4 1.9), BORDER-COLOR='RED',
$
TYPE=HEADING, JUSTIFY=CENTER,
$
ENDSTYLE
END