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.
For PDF reports, if I have an image in the HEADING and also HEADING text lines, I have to add some blank lines at the top of the heading ("8") to make sure that the text does not overlay the image. Am I missing something or shouldn't I expect the text to automatically be shifted down?
Also, How do I reduce the space between the last heading text line and the Column Tile line? Is this another of those never been solved issues?
Thanks,
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
Maybe the best thing IBI has given us to handle pdf formated reports is the composer.
Put your image in one spot, Heading text that does not change in a text field, and a report with no HEADING in another, and then move them around to increase / reduce the space between each to your hearts content.
At one client we even used this to position the "borders" when they did not like pdf's redition of same. I believe you had another topic in this forum on the bizarre behavior of borders in pdf. I spent several WEEKS getting those lines to make PERFECT corners, but it got done.
Robert F. Bowley Jr. Owner TaRa Solutions, LLC
In WebFOCUS since 2001
Posts: 132 | Location: Gadsden, Al | Registered: July 22, 2005
TABLE FILE CAR
PRINT
CAR.CARREC.MODEL
HEADING
"<CAR.ORIGIN.COUNTRY <+0>"
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
$
TYPE=DATA,
TOPGAP=0.000000,
$
TYPE=HEADING,
LINE=1,
OBJECT=FIELD,
ITEM=1,
BACKCOLOR=RGB(205 205 205),
BOTTOMGAP=0.000000,
$
ENDSTYLE
END
With the use of topgap and bottom gap you won't. Also, the <+0> symbol separates items in the header. Especially useful with variables in the header.
WebFOCUS 7.7.03/8.0.08 Dev Studio 7.7.03/8.0.08 App Studio 8.0.08 Windows 7 ALL Outputs
Posts: 402 | Location: Upland, IN | Registered: June 08, 2012
WebFOCUS Server 8.1.05 Windows 2008 Server WebFOCUS AppStudio 8.1.05 Windows 7 Professional IE 11 and Chrome Version 43.0.2357.124 m. Mostly HTML, PDF, Excel, and AHTML
Maybe using "REPORT" instead of HEADING makes a difference. For some reason I have to use a negative vertical position.
I'll test this soon.
I'd rather not change the TOPGAP in the DATA and the BOTTOMGAP in the HEADING as this affects all lines - I'd like to only do this for the last line of the heading and the first line of the data.
Thanks,
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
Yes, REPORT will assign the image to the location you specify on the report but not in the Heading. It will look like it is in the heading though.
WebFOCUS Server 8.1.05 Windows 2008 Server WebFOCUS AppStudio 8.1.05 Windows 7 Professional IE 11 and Chrome Version 43.0.2357.124 m. Mostly HTML, PDF, Excel, and AHTML
I wish I knew how to post a screen shot here, I would send you one.
WebFOCUS Server 8.1.05 Windows 2008 Server WebFOCUS AppStudio 8.1.05 Windows 7 Professional IE 11 and Chrome Version 43.0.2357.124 m. Mostly HTML, PDF, Excel, and AHTML
WebFOCUS Server 8.1.05 Windows 2008 Server WebFOCUS AppStudio 8.1.05 Windows 7 Professional IE 11 and Chrome Version 43.0.2357.124 m. Mostly HTML, PDF, Excel, and AHTML
WebFOCUS Server 8.1.05 Windows 2008 Server WebFOCUS AppStudio 8.1.05 Windows 7 Professional IE 11 and Chrome Version 43.0.2357.124 m. Mostly HTML, PDF, Excel, and AHTML
Well, not really what I wanted. I have seen others post their screen shot directly into the Focal Point post. At least you can see how the image assigned to the REPORT sits on the page with a header. And it depends on your position settings, you can move that image anywhere on the page. Hope it helps.
WebFOCUS Server 8.1.05 Windows 2008 Server WebFOCUS AppStudio 8.1.05 Windows 7 Professional IE 11 and Chrome Version 43.0.2357.124 m. Mostly HTML, PDF, Excel, and AHTML
What do you mean? How are you doing this? The optimist in me says there has to be a way to do this
WebFOCUS Server 8.1.05 Windows 2008 Server WebFOCUS AppStudio 8.1.05 Windows 7 Professional IE 11 and Chrome Version 43.0.2357.124 m. Mostly HTML, PDF, Excel, and AHTML
Originally posted by Francis Mariani: TinyPic provides code for the image location which should work in FocalPoint, note that it's not the URL to the page:
[IMG]http://i49.tinypic.com/7klk.jpg[/IMG]
Thank you for this!!
WebFOCUS Server 8.1.05 Windows 2008 Server WebFOCUS AppStudio 8.1.05 Windows 7 Professional IE 11 and Chrome Version 43.0.2357.124 m. Mostly HTML, PDF, Excel, and AHTML