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 am new to app studio and also to an environment with a separate client and reporting server. I am attempting to include a png image with a transparent background in the report heading. The present code works fine for HTML but not for AHTML/PDF/XLSX. Below is the pertinent code.
I have read through many posts concerning this, where it is being stated that the image file needs to be placed in the app path. I have tried that, but it seems to not work. I have tried putting the image on the client server, which has not worked for me either. I have not really been able to find any app studio documentation concerning this. Can anyone point me to a document or post that will clearly explain how to do this?This message has been edited. Last edited by: <Emily McAllister>,
WebFOCUS 8203 Gen 43 App Studio 8203 Gen 04232018 Hyperstage 8203M Gen 1320 MS Sequel Server 2014 Windows 10 Excel/AHTML/PDF/HTML Chrome, IE11
Posts: 48 | Location: Carmel IN | Registered: September 26, 2008
Tamra. Thanks for the information. Yes, I learned that putting an image in the app path will make it available for PDF and XLSX. I also learned that putting those images in the baseapp app path works, since it is the default app path in my server path. The advantage to using this is that you only need to put the image in one app path instead of each app path that you need the image in. This simplifies administration and future changes. Now I am trying to use an image in the cells/columns of a report. An image can easily be added to a cell in HTML/AHTML, but I have not been able to output an image in a column for PDF or XLSX. I am wondering if that is even possible. Mainly, I am focusing on PDF first. Can you answer that question?
WebFOCUS 8203 Gen 43 App Studio 8203 Gen 04232018 Hyperstage 8203M Gen 1320 MS Sequel Server 2014 Windows 10 Excel/AHTML/PDF/HTML Chrome, IE11
Posts: 48 | Location: Carmel IN | Registered: September 26, 2008
TABLE FILE CAR
SUM SALES
BY COUNTRY
HEADING
"Period: TEST"
ON TABLE SUBFOOT
"testing"
""
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET ASNAMES ON
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET HTMLEMBEDIMG ON
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = endeflt,
$
TYPE=REPORT,
IMAGE=ford_logo.jpg,
SIZE=(1.000000 0.291667),
$
END
PS.: ford_logo.jpg and endeflt are on the same path of fex. On my case they are under IBFS:/WFC/Repository/vesir218/std_reports/dev/
WebFOCUS 8.1.05 / APP Studio
Posts: 272 | Location: Brazil | Registered: October 31, 2006
[SOLVED] I learned that putting an image in the app path will make it available for PDF and XLSX. I also learned that putting those images in the baseapp app path works, since it is the default app path in my server path. The advantage to using this is that you only need to put the image in one app path instead of each app path that you need the image in. This simplifies administration and future changes. Now I am trying to use an image in the cells/columns of a report.
WebFOCUS 8203 Gen 43 App Studio 8203 Gen 04232018 Hyperstage 8203M Gen 1320 MS Sequel Server 2014 Windows 10 Excel/AHTML/PDF/HTML Chrome, IE11
Posts: 48 | Location: Carmel IN | Registered: September 26, 2008