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     Images and text in heading

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Images and text in heading
 Login/Join
 
Master
posted
Hi

I am trying to display 2 images and multiple lines of text in heading. Problem is coming with alignment. I am trying to get it similar to this.
  

               TEXT1
IMAGE1         TEXT2           IMAGE2
               TEXT3
               TEXT4     



Basically all 4 lines of text should be in middle of both images. I am facing problems with this. any tips on this plz?
I tried HEADLINE and spot markers but could not get it right. Able to get this with one line of text though bcz its at the bottom.

Thank u


8.1.05
HTML,PDF,EXL2K, Active, All
 
Posts: 484 | Registered: February 03, 2009Report This Post
Expert
posted Hide Post
Just as the manual displays, you play with the position values:
 
TYPE=HEADING, IMAGE=image1.gif, POSITION=(0.00 -0.25), SIZE=(2.30 .55),$
TYPE=HEADING, IMAGE=image2.gif, POSITION=(4.75 -0.25), SIZE=(2.25 .55),$


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
 
Posts: 1972 | Location: Centennial, CO | Registered: January 31, 2006Report This Post
Master
posted Hide Post
thanks to,..this seems to work for one case. I will test others accordingly
quote:
Originally posted by Tom Flynn:
Just as the manual displays, you play with the position values:
 
TYPE=HEADING, IMAGE=image1.gif, POSITION=(0.00 -0.25), SIZE=(2.30 .55),$
TYPE=HEADING, IMAGE=image2.gif, POSITION=(4.75 -0.25), SIZE=(2.25 .55),$


8.1.05
HTML,PDF,EXL2K, Active, All
 
Posts: 484 | Registered: February 03, 2009Report This Post
Master
posted Hide Post
this fails for PDF I believe.2 page report split in 63 pages..lol..
quote:
Originally posted by Tom Flynn:
Just as the manual displays, you play with the position values:
 
TYPE=HEADING, IMAGE=image1.gif, POSITION=(0.00 -0.25), SIZE=(2.30 .55),$
TYPE=HEADING, IMAGE=image2.gif, POSITION=(4.75 -0.25), SIZE=(2.25 .55),$


8.1.05
HTML,PDF,EXL2K, Active, All
 
Posts: 484 | Registered: February 03, 2009Report This Post
Expert
posted Hide Post
Really? Fails for PDF? No it doesn't. I have over 15 reports with images included that go to PDF, EXCEL and PowerPoint, depending on user selection...

2 page report that splits into 63 pages??? That would be caused by the programmer...


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
 
Posts: 1972 | Location: Centennial, CO | Registered: January 31, 2006Report This Post
Master
posted Hide Post
Hey Tom

Can u plz post sample code with a CAR file with 2 images in the heading..that would help me a lot.

Thank you


8.1.05
HTML,PDF,EXL2K, Active, All
 
Posts: 484 | Registered: February 03, 2009Report This Post
Expert
posted Hide Post
Pretty simple:
 
APP APPENDPATH IBISAMP
-RUN
TABLE FILE CAR
HEADING
"Text Line 1 to be Centered"
"Text Line 2 to be Centered"
"Text Line 3 to be Centered"
"Text Line 4 to be Centered"
"</3"
SUM
   RETAIL_COST/P20.2MC
   DEALER_COST/P20.2MC
    COMPUTE PROFIT/P20.2MC = RETAIL_COST - DEALER_COST;
  BY COUNTRY
  BY CAR
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET PAGE-NUM OFF
ON TABLE SET STYLE *
  UNITS=IN, SQUEEZE=ON, FONT=ARIAL, SIZE=10,$
TYPE=HEADING, STYLE=BOLD, JUSTIFY=CENTER,$
TYPE=HEADING, IMAGE=smplogo1.gif, POSITION=(0.00 -0.05), SIZE=(1.25 .50),$
TYPE=HEADING, IMAGE=smplogo1.gif, POSITION=(3.85 -0.05), SIZE=(1.25 .50),$
ENDSTYLE
END
-EXIT


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
 
Posts: 1972 | Location: Centennial, CO | Registered: January 31, 2006Report 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     Images and text in heading

Copyright © 1996-2020 Information Builders