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've done some searching regarding my question but most of the topics I found are very old so I thought I'd ask and see if any development has been made.
I have a report with an html output and I'm using the html composer to include it in a webpage. My problem is when I try to print it from the browser it only prints what's visible and not the whole report page.
From what I understood from the searches the best way to make a report printable is to have it's output set to pdf. Is there anyway I could include a button in the html page that would call a copy of my report with the pdf output and print it automatically?
Thanks in advance.This message has been edited. Last edited by: Kerry,
WebFOCUS App Studio 8103 Windows7 All outputs
Posts: 58 | Location: London, UK | Registered: May 09, 2011
If you are using composer, the you are aware that you can add a button to the page, this could be linked to the report forcing the output to be PDF.
You could also product a PDF version when you return the HTML version, and have a button on the report, this is just HTML in the report, there are examples on the forum.
If you need the report to be printed automatically, then you may have to look at a postscript file, and have the WebFOCUS server send it to the printer. I don't like you chances of auto printing the PDF, there may be a way, but I would advise looking on a PDF forum for that.