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 trying to use PDF layout painter to get several small reports onto one or two pages and it is being very quirky and I have no idea why. I started adding the reports one at a time and running it to see that it works. When I add the third report, the output is like giberish- I suppose its the raw pdf text "%PDF-1.4 6 0 obj << /Length 7 0 R >> stream BT /F1 1 Tf ET 0 g /GS1 gs " is an example.
I say its quirky because then I removed the 3rd object and it was still gibberish output when previously the two reports left had run just fine. Then I removed them all and added just the third one that started the giberish and it works fine all by itself. I have 7 reports in all that I want to add to the layout and various combinations of them have gotten me no closer to figureing out what the problem is. Has anyone seen this before that can give me a tip?This message has been edited. Last edited by: Kerry,
Well I just figured it out. Since this was my first compound pdf I really had no idea what I was looking for so I stripped it down to the basics and then added things in until it broke. I was including some HTML CSS to hide the scroll bars since these reports were originally developed for an html layout. Once that was removed, it seems to work fine.