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'm finding that I am unable to get a column to change sizes in an HTML report by using both the WRAP and WIDTH commands in the stylesheet. Matching the width of the column title. I've searched for this issue on the forums, but I can only find instances of people having issues with AHTML report, whereas mine is simply HTML.
Most of the syntax examples I've found for solved threads seem to be exactly what I'm doing and I've been able to successfully wrap columns of other reports using this same syntax. I've tried switching WRAP to WIDTH, tried removing the COLUMN line, and tried removing the included stylesheet but everything I've tried is not altering the style of the column. If I add BACKCOLOR='WHITE', then that changes the column background color, so it seems as if it's specifically column width that's not working. Please see the code below and let me know if I'm overlooking something, any help would be appreciated!
ON TABLE SET PAGE-NUM NOLEAD ON TABLE SET ASNAMES ON ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT HTML ON TABLE SET HTMLEMBEDIMG ON ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * INCLUDE = IBFS:/WFC/Repository/Common/Hidden_Content/stylesheets/treat-warm.sty, $ ORIENTATION=LANDSCAPE, $ TYPE=DATA, FONT='VERDANA', SIZE=8, BACKCOLOR=( 'WHITE' RGB(218 223 232) ), $ TYPE=TITLE, SIZE=8, $ TYPE=REPORT COLUMN=N22, WRAP=6.0, $ ENDSTYLE END
Thanks, MatthewThis message has been edited. Last edited by: FP Mod Chuck,
Please port a sample showing how this does not work.
And consider the following showing that it does work:
TABLE FILE CAR
PRINT COUNTRY COUNTRY COUNTRY
CAR CAR CAR
MODEL MODEL MODEL
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET ASNAMES ON
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLEMBEDIMG ON
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = IBFS:/EDA/EDASERVE/_EDAHOME/ETC/warm.sty,$
TYPE=REPORT, COLUMN=N1, WRAP=0.2,$
TYPE=REPORT, COLUMN=N2, WRAP=1.0,$
TYPE=REPORT, COLUMN=N3, WRAP=2.5,$
TYPE=REPORT, COLUMN=N4, WRAP=0.2,$
TYPE=REPORT, COLUMN=N5, WRAP=1.0,$
TYPE=REPORT, COLUMN=N6, WRAP=2.5,$
TYPE=REPORT, COLUMN=N7, WRAP=0.2,$
TYPE=REPORT, COLUMN=N8, WRAP=1.0,$
TYPE=REPORT, COLUMN=N9, WRAP=2.5,$
ENDSTYLE
END
In FOCUS Since 1983 ~ from FOCUS to WebFOCUS. Current: WebFOCUS Administrator at FIS Worldpay | 8204, 8206
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005