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.
Hi, we're using a HTML composed report with the code below. When I run it from the Developer Studio it looks 'fine': the columns from the second and third table are having the same width, so everything looks aligned. Also, the styling is just as expected from the stylesheet.
Now when I use the same script as an inline message sent from the ReportCaster, the columns from both tables don't align with each other anymore. Also the first table has a correct styling, the second has not, the third also has a correct styling, but on-and-on the fourth has not.
How can I get the same output as an inline message compared with the output from Developer Studio?
SET COMPONENT=Table_1
-INCLUDE app/080808fa
SET COMPONENT=Table_2
-INCLUDE app/080808fb
SET COMPONENT=Table_3
-INCLUDE app/151102wa
SET COMPONENT=Table_4
-INCLUDE app/080808fc
-HTMLFORM BEGIN
<HTML>
<BODY>
<BR>
<BR>
!IBI.FIL.H1;
!IBI.FIL.H2;
!IBI.FIL.H3;
!IBI.FIL.H4;
<P STYLE="text-align:left" STYLE="font-family:arial" STYLE="font size=11">
<FONT COLOR=GRAY> &&PRO_ACC</FONT>
<FONT COLOR=GRAY> !IBI.AMP.FOCFEXNAME;</FONT>
<FONT COLOR="#002A4D">!IBI.AMP.DATEtrMDYY;</FONT>
</P>
</BODY>
</HTML>
-HTMLFORM END
This message has been edited. Last edited by: <Emily McAllister>,
WebFOCUS 8105m Windows 7, All Outputs
Member of the Benelux Usergroup
Posts: 198 | Location: Amsterdam | Registered: August 24, 2011
Could there be a stylesheet with the same name somewhere in the path? It sounds like the report caster run is looking at a different sty than when you run it live. I'd turn on ECHO=ALL and see if the reports are running the exact same code. Another way to narrow the problem down is to copy the desired sty into a totally unique name and see if you still have the same issue.
WebFOCUS 8206, Unix, Windows
Posts: 1853 | Location: New York City | Registered: December 30, 2015
You might want to issue the APP SHOWPATH as well and see what the path is for Report Caster. Can you run the same FEX as you do in Dev Studio from within Report Caster ( not as inline code) and see if there is a difference this way ?
Keep us informed of your situation or if this has been resolved.
Thank you for participating in the Focal Point Forum.