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     Using Images with FLEX OUTPUT

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Using Images with FLEX OUTPUT
 Login/Join
 
Guru
posted
I am working with (Active Report Flash/Flex) or FLEX Report Output. I'm new to this output and I'm having trouble using an IMAGE with it. Here is a sample FEX with the IMAGE at the Report level. It works fine in HTML and PDF, I can resize and position the IMAGE where I want to. But if I switch to FLEX output, the IMAGE disapears. If I change the style tag to, TYPE=HEADING, it will appear but it is always CENTER justified and it ignores any change to POSITION= or SIZE=. Anyone had any luck with this kind of thing?

TABLE FILE CAR
PRINT
     'CAR.COMP.CAR'
     'CAR.CARREC.MODEL'
     'CAR.BODY.SALES'
BY 'CAR.ORIGIN.COUNTRY'
HEADING
" "
"&DATEtrMDYY <+0> "
"HEADER TEXT"
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
-* ON TABLE PCHOLD FORMAT FLEX
-*ON TABLE PCHOLD FORMAT HTML
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
 PAGESIZE='Letter',
 LEFTMARGIN=0.500000,
 RIGHTMARGIN=0.000000,
 TOPMARGIN=1,
 BOTTOMMARGIN=0.500000,
    UNITS=IN,
    SQUEEZE=ON,
    ORIENTATION=PORTRAIT,
$
TYPE=REPORT,
     GRID=OFF,
     FONT='TIMES NEW ROMAN',
     SIZE=9,
     LINES-PER-PAGE=30,
     CALC-LOCATION=BOTTOM,
$
TYPE=REPORT,
     IMAGE=test-logo.jpg,
     POSITION=(0.25 0),
  SIZE=(2 .5),
$
ENDSTYLE
END

This message has been edited. Last edited by: Don Garland,
 
Posts: 291 | Location: Greater Cincinnati  | Registered: May 11, 2005Report This Post
Platinum Member
posted Hide Post
Don,
My experience is similar to yours.
Found the following reference in the Best Practices WebFOCUS Special Newsletter dated May 2009, interesting:

Embedding Images
In a disconnected mode, images are rendered in the browser and, therefore, have to be
converted to JavaScript images at design time. Any JPEG images that are inserted in the
report will be converted automatically to JavaScript images.
Note: The recommended image size is 200x200 pixels. Larger images will increase the
time required for the conversion and the loading of the report in the browser.

Have not found any explicit documentation regarding the embedding of images in active / flex reports.


--------------------------------------------------------------------------------
prod: WF/AS 8.2.05; OmniGen;
In FOCUS since 1991
 
Posts: 104 | Location: United Kingdom | Registered: February 07, 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     Using Images with FLEX OUTPUT

Copyright © 1996-2020 Information Builders