Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED](FOC3315) IMAGE FILE NOT FOUND

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED](FOC3315) IMAGE FILE NOT FOUND
 Login/Join
 
Silver Member
posted
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.

TYPE=TABHEADING,
IMAGE=IBFS:/WFC/Repository/Collections/company_logo_xsmall.png,
POSITION=(+0.000000 +0.000000),
$

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, 2008Report This Post
Guru
posted Hide Post
gerndude,

The following link from the IBI Technical Content Library may provide some assistance with your image question.

Adding an Image to a Report

Depending where the report resides - Content or Apps folder
Using the GUI tool is the best way to navigate to the image.

In the Content folder, pointing to an image residing on the server, the image will be copied to the report folder in the repository - automatically.

In the Apps Folder the image must reside within the path as specified on the Reporting Server.

The code supplied should produce an image within an AHTML/EXCEL as long as there is code for the image within such as:
ON TABLE SUBHEAD
" "

Thank you for participating in the Focal Point Forum.

Kindest regards,
Tamra Colangelo
Focal Point Moderator - Information Builders Inc.
* Summit 2016 – June 13-17 in Reno, Nevada  - http://www.informationbuilders.com/events/summit


WebFOCUS 8x - BI Portal, Developer Studio, App Studio, Excel, PDF, Active Formats and HTML5
 
Posts: 487 | Location: Toronto | Registered: June 23, 2009Report This Post
Silver Member
posted Hide Post
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, 2008Report This Post
Guru
posted Hide Post
Easy.


  

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, 2006Report This Post
Silver Member
posted Hide Post
[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, 2008Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED](FOC3315) IMAGE FILE NOT FOUND

Copyright © 1996-2020 Information Builders