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 having an issue with my HTML displaying all crunched up to one side and not like I need it to. It looks fine in PDF but not in HTML. Is there a fix for this?
All help is greatly appreciated.This message has been edited. Last edited by: Kerry,
That sounds weird... LIke there may e too many ON TABLE ... FORMAT commands which are conflicting with eachother... Would you please post your code of duplicate it using the CAR or EMPLOYEE files?
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
By default, HTML compresses all spaces to a single space so you would expect things to appear "crunched" to the left. Some of those things are overcome with cascading style sheets (ON TABLE SET HTMLCSS ON) but anything using much spacing (particularly utilizing spot markers) would rarely appear the same in HTML as in PDF.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
Yes Darin, That is true. I was assuming that this was a tabular report which had "standard" columns (<TD> / </TD> tags etc) as standard HTML should have... So, the "crunching" which would be within those HTML Tags would be acceptable... But, not from one column to another. I think that Latigresa suggests that the whole report is being crunched.
So, Latigresa: What's the status of this?
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005
I had to do this in PDF and then move it around untill I lined them up. In HTML everything on the report even using the GUI was placing everything to the left side no matter whet. Thanks for all the help!!!
In HTML everything on the report even using the GUI was placing everything to the left side no matter what.
... Do you mean each column is LEFT JUSTIFIED? Or, the columns are not lined up under the associated columns TITLEs? I'd REALLY like to see this output, even a screen shot...
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005