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.
I have a simple problem. For some reason, AHTML does not respect the BORDER setting in the HTMLCSS. Can somebody share how they apply borders to the report but not for the Heading?
Here's a code sample:
-DEFAULT &FMT='AHTML'
TABLE FILE CAR
PRINT
DEALER_COST
RETAIL_COST
BY BODYTYPE
BY COUNTRY
ON COUNTRY SUBTOTAL AS '*TOTAL'
HEADING
"CAR FILE REPORT"
"Testing the Border"
"on the Header of an AHTML Report"
FOOTING
""
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT &FMT
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
UNITS=IN,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
$
TYPE=REPORT,
FONT='ARIAL',
SIZE=9,
BORDER=LIGHT,
BORDER-STYLE=SOLID,
$
TYPE=TITLE,
STYLE=BOLD,
$
TYPE=HEADING,
SIZE=12,
STYLE=BOLD,
BORDER=OFF,
$
TYPE=GRANDTOTAL,
BACKCOLOR=RGB(210 210 210),
STYLE=BOLD,
$
TYPE=DATA,
$
ENDSTYLE
END
If you change the &FMT value to HTML the borders work just fine. But AHTML applies the border to the entire report which makes the Header look crappy.
I've tried several variations = Setting GRID to OFF (removes the border from the entire report), Setting the BORDER to OFF at the Report level and turning it on just for the DATA... still doesn't work.
Thanks for your help.This message has been edited. Last edited by: Kerry,
From our technicals: If you use Report Painter, you'll see that the border open is grayed out, meaning not available. You can code the borders, but when the report runs, you won't get borders. This is checked with 7703 hotfix. It looks like border support starts with 7704. Styling an Active Technologies Report or Dashboard
Cheers,
KerryThis message has been edited. Last edited by: Kerry,
Kerry Zhan Focal Point Moderator Information Builders, Inc.
Posts: 1948 | Location: New York | Registered: November 16, 2004