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.
The problem is that the page-number is not always right align when it great than 9. For example, ***********************************************************************************************abcde **********************************************************************************************Page 9
***********************************************************************************************abcde **********************************************************************************************Page 10 the number 10 is not align with 'abcde'. Who can help me to solve this problem ? Thank you!This message has been edited. Last edited by: <Emily McAllister>,
WebFOCUS 8105 Windows, All Outputs
Posts: 26 | Location: Hefei,China | Registered: March 27, 2016
Hello S.G, I don't think this is something that can be fixed. This might be an issue with the PDF rendering not honoring align:right correctly. If you would like to pursue this issue further and see if there are workarounds, you can always open a case with Tech Support.
I don't know if this will help you, but I had a problem with "Page 1 of n" in Dev Studio 8.0.08. I opened a Tech Support case because "there is a gap between the page number and the text 'of'".
I discovered this is because the GUI Document Composer tool changed the code that was generated in prior versions of WebFOCUS. In v7.7.05, "WRAP=OFF" was generated for the page number object. In v8.0.08, "WRAP=ON" is generated. This causes the problem.
I opened a case, but while I wait for the bug to be corrected, I have a workaround - after using the GUI, I manually edit the code and change ""WRAP=ON" to ""WRAP=OFF"".
Hi Emily McAllister, Thanks for you advise.I will have a try.
quote:
Originally posted by Emily McAllister: Hello S.G, I don't think this is something that can be fixed. This might be an issue with the PDF rendering not honoring align:right correctly. If you would like to pursue this issue further and see if there are workarounds, you can always open a case with Tech Support.
Emily McAllister Focal Point Moderator
WebFOCUS 8105 Windows, All Outputs
Posts: 26 | Location: Hefei,China | Registered: March 27, 2016