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.
At create time you'll get a drop down choice of Orientation.
Inside the document canvas, you can change it in the Properties. You need to click Compound Document first and Page orientation is the second option under size.
WebFOCUS 8206, Unix, Windows
Posts: 1853 | Location: New York City | Registered: December 30, 2015
Thanks BabakNYC. So in the Properties, I changed the page orientation for the Compound Document and I changed it for Page Layout 1 as well but when I run it from the Compound Document piece it still squishes the data on the report. However, if I run it from the report itself, the data comes out fine...in landscape.
Is your output PDF? I tested this and I'm getting the right orientation. Is your report output very wide? Maybe the problem has to do with SQUEEZE not orientation of the document.
WebFOCUS 8206, Unix, Windows
Posts: 1853 | Location: New York City | Registered: December 30, 2015
Actually it's HTML. However, what's odd is that I had originally changed everything with the page orientation in the code after the report had been created in Document Canvas originally. Of course it hosed up and would not open in the Document Canvas anymore, but it runs and generates the report fine with the correct orientation.
I had backed up the report before changing things in the code because I know there is this issue when changing the code if created with the GUI. So I have changed the page orientation for everything in the Document Canvas GUI for the backed up report, but it's still generating the data where it looks squished.
So in the Properties for the Compound Document I made the output format an active HTML, and for the report for the Size and Overflow, I set it to "flowing". It is now not coming out like with the data squished on top of each other being set to a landscape orientation, but if I have DHTML as an output it does come out squished.
Well I have the output as active HTML so it is coming out in landscape orientation and the data is not squished now. I had DHTML before I believe. Have not tried other output options.