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     Image not getting displayed

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Image not getting displayed
 Login/Join
 
Member
posted
Hi all,

I have an issue here. When i run the HTML from MRE, i am able to see the attached Image file (file is in .jpg format).

But when i run the same HTML from the UNIX server location (Data server), the image is not getting displayed at all. Confused

May i have any of your help in this.

Thanks in advance Smiler


Vasantha kumar
7.1.4/ Unix / OF:EXL2K
 
Posts: 23 | Registered: July 02, 2008Report This Post
Expert
posted Hide Post
Vasantha,

There are many topics covering this already. You have to remember that, for HTML output, the file has to be available via a fully formed URL. So right click, view properties and identify to yourself why the image is not available.

Also perform a search against the forum using the search link top right. Try searching on something like "display image".

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Master
posted Hide Post
When you "run the HTML from MRE" are you on a development server? If so, you not only have to make sure the image is on your production server, but change the path to point to it.


Pat
WF 7.6.8, AIX, AS400, NT
AS400 FOCUS, AIX FOCUS,
Oracle, DB2, JDE, Lotus Notes
 
Posts: 755 | Location: TX | Registered: September 25, 2007Report This Post
Expert
posted Hide Post
As Tony said, a fully formed URL.

Could your image be in MRE ?
If so you either have to be logged into MRE or make the image available on a Web Server.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Master
posted Hide Post
You can put a "fully formed url" into your stylesheet or you can define an image on the server and reference it. If he is doing the define (as below) the image needs to be on the same server and the developer may need to adjust the path.

 DEFINE MYFILE
LOGO/A200='<IMG SRC="/ibi_html/images/xxlogo.jpg" height="100" width="400">';
END
TABLE MYFILE
HEADING
"<LOGO"
END

VERSUS
TYPE=HEADING,IMAGE=http://webfocus.xx.com/ibi_html/images/xxlogo90.gif,
$
 


Pat
WF 7.6.8, AIX, AS400, NT
AS400 FOCUS, AIX FOCUS,
Oracle, DB2, JDE, Lotus Notes
 
Posts: 755 | Location: TX | Registered: September 25, 2007Report 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     Image not getting displayed

Copyright © 1996-2020 Information Builders